Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 6813 by doda, Wed Jun 21 10:08:55 2017 UTC revision 6823 by doda, Mon Jun 26 10:38:26 2017 UTC
# Line 338  typedef struct _TInstVar { Line 338  typedef struct _TInstVar {
338  #define SSHv1(pvar) ((pvar)->protocol_major == 1)  #define SSHv1(pvar) ((pvar)->protocol_major == 1)
339  #define SSHv2(pvar) ((pvar)->protocol_major == 2)  #define SSHv2(pvar) ((pvar)->protocol_major == 2)
340    
341  #define LogLevel(pvar, level) ((pvar)->session_settings.LogLevel >= (level))  #define LogLevel(pvar, level) ((pvar)->settings.LogLevel >= (level))
342    
343  void notify_established_secure_connection(PTInstVar pvar);  void notify_established_secure_connection(PTInstVar pvar);
344  void notify_closed_connection(PTInstVar pvar, char *send_msg);  void notify_closed_connection(PTInstVar pvar, char *send_msg);

Legend:
Removed from v.6813  
changed lines
  Added in v.6823

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