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 6831 by doda, Tue Jul 4 15:01:27 2017 UTC revision 6834 by doda, Tue Jul 4 15:01:38 2017 UTC
# Line 66  See LICENSE.TXT for the license. Line 66  See LICENSE.TXT for the license.
66    
67  typedef struct _TInstVar *PTInstVar;  typedef struct _TInstVar *PTInstVar;
68    
69    #include "ttxssh-version.h"
70  #include "util.h"  #include "util.h"
71  #include "pkt.h"  #include "pkt.h"
72  #include "ssh.h"  #include "ssh.h"
# Line 327  typedef struct _TInstVar { Line 328  typedef struct _TInstVar {
328          char subsystem_name[256];          char subsystem_name[256];
329  } TInstVar;  } TInstVar;
330    
331  // 異なるバージョンの同時起動で問題を起こさないように、  // バージョンに合わせて自動変更される。 例: TTSSH_2-81_TS_data
332  // TS_SSH および TInstVar のメンバを変更した場合は以下の名前を変更する事  #define TTSSH_FILEMAPNAME "TTSSH_" TTSSH_VERSION_STR("-") "_TS_data"
 #define TTSSH_FILEMAPNAME "TTSSH_2-81_TS_data"  
333    
334  #define LOG_LEVEL_FATAL      5  #define LOG_LEVEL_FATAL      5
335  #define LOG_LEVEL_ERROR      10  #define LOG_LEVEL_ERROR      10

Legend:
Removed from v.6831  
changed lines
  Added in v.6834

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