mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
Move extension structure to the end.
This commit is contained in:
@@ -78,11 +78,11 @@ typedef struct sftp_session_struct {
|
|||||||
int server_version;
|
int server_version;
|
||||||
int client_version;
|
int client_version;
|
||||||
int version;
|
int version;
|
||||||
struct sftp_ext_struct *ext;
|
|
||||||
struct request_queue *queue;
|
struct request_queue *queue;
|
||||||
uint32_t id_counter;
|
uint32_t id_counter;
|
||||||
int errnum;
|
int errnum;
|
||||||
void **handles;
|
void **handles;
|
||||||
|
struct sftp_ext_struct *ext;
|
||||||
} SFTP_SESSION ;
|
} SFTP_SESSION ;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user