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 5039 by yutakapon, Sat Oct 13 16:18:29 2012 UTC revision 5422 by maya, Thu Nov 21 14:24:32 2013 UTC
# Line 697  typedef struct channel { Line 697  typedef struct channel {
697          buffer_t *agent_msg;          buffer_t *agent_msg;
698          int agent_request_len;          int agent_request_len;
699          sftp_t sftp;          sftp_t sftp;
700    #define SSH_CHANNEL_STATE_CLOSE_SENT 0x00000001
701            unsigned int state;
702  } Channel_t;  } Channel_t;
703    
704  unsigned char FAR *begin_send_packet(PTInstVar pvar, int type, int len);  unsigned char FAR *begin_send_packet(PTInstVar pvar, int type, int len);

Legend:
Removed from v.5039  
changed lines
  Added in v.5422

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