/[LeafOK_CVS]/lbbs/src/common.c
ViewVC logotype

Diff of /lbbs/src/common.c

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

Revision 1.46 by sysadm, Tue Nov 11 00:28:05 2025 UTC Revision 1.47 by sysadm, Mon Nov 17 02:32:42 2025 UTC
# Line 65  const char *data_files_load_startup[] = Line 65  const char *data_files_load_startup[] =
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    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1