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 4926 by yutakapon, Thu May 3 13:09:23 2012 UTC revision 4929 by yutakapon, Thu May 3 16:17:09 2012 UTC
# Line 664  enum sftp_state { Line 664  enum sftp_state {
664    
665  typedef struct sftp {  typedef struct sftp {
666          enum sftp_state state;          enum sftp_state state;
667            unsigned int transfer_buflen;
668            unsigned int num_requests;
669            unsigned int version;
670            unsigned int msg_id;
671    #define SFTP_EXT_POSIX_RENAME   0x00000001
672    #define SFTP_EXT_STATVFS    0x00000002
673    #define SFTP_EXT_FSTATVFS   0x00000004
674    #define SFTP_EXT_HARDLINK   0x00000008
675            unsigned int exts;
676            unsigned long long limit_kbps;
677            //struct bwlimit bwlimit_in, bwlimit_out;
678  } sftp_t;  } sftp_t;
679    
680  typedef struct channel {  typedef struct channel {

Legend:
Removed from v.4926  
changed lines
  Added in v.4929

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