Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6371 by doda, Fri May 6 17:52:46 2016 UTC revision 6528 by yutakapon, Wed Nov 2 16:12:28 2016 UTC
# Line 750  typedef struct bufchain { Line 750  typedef struct bufchain {
750          struct bufchain *next;          struct bufchain *next;
751  } bufchain_t;  } bufchain_t;
752    
753    typedef struct PacketList {
754            char *buf;
755            unsigned int buflen;
756            struct PacketList *next;
757    } PacketList_t;
758    
759  typedef struct scp {  typedef struct scp {
760          enum scp_dir dir;              // transfer direction          enum scp_dir dir;              // transfer direction
761          enum scp_state state;          // SCP state          enum scp_state state;          // SCP state
# Line 767  typedef struct scp { Line 773  typedef struct scp {
773          long long filercvsize;          long long filercvsize;
774          DWORD filemtime;          DWORD filemtime;
775          DWORD fileatime;          DWORD fileatime;
776            PacketList_t *pktlist_head;
777            PacketList_t *pktlist_tail;
778  } scp_t;  } scp_t;
779    
780  enum sftp_state {  enum sftp_state {

Legend:
Removed from v.6371  
changed lines
  Added in v.6528

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26