| 65 |
const int data_files_load_startup_count = sizeof(data_files_load_startup) / sizeof(const char *); |
const int data_files_load_startup_count = sizeof(data_files_load_startup) / sizeof(const char *); |
| 66 |
|
|
| 67 |
// Global declaration for sockets |
// Global declaration for sockets |
|
int socket_server[2]; |
|
|
int socket_client; |
|
| 68 |
char hostaddr_client[IP_ADDR_LEN]; |
char hostaddr_client[IP_ADDR_LEN]; |
| 69 |
int port_client; |
int port_client; |
| 70 |
|
|
| 71 |
// SSHv2 |
// SSHv2 |
| 72 |
int SSH_v2 = 0; |
int SSH_v2 = 0; |
|
ssh_bind sshbind; |
|
| 73 |
ssh_session SSH_session; |
ssh_session SSH_session; |
| 74 |
ssh_channel SSH_channel; |
ssh_channel SSH_channel; |
| 75 |
|
|