Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 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" |
| 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 |
|
|
|