Changeset 7892 for trunk/Ohana/src/opihi/include/pantasks.h
- Timestamp:
- Jul 13, 2006, 9:22:35 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/pantasks.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/pantasks.h
r6687 r7892 1 1 # include "data.h" 2 2 # include "basic.h" 3 4 # include <sys/time.h> 5 # include <time.h> 6 # include <zlib.h> 7 # include <netinet/ip.h> 8 # include <netdb.h> 9 # include <arpa/inet.h> 10 # include <pthread.h> 11 12 typedef struct sockaddr_in SockAddress; 3 13 4 14 typedef enum { … … 120 130 121 131 void InitPantasks (); 132 void InitPantasksClient (); 122 133 void InitTasks (); 123 134 Task *NextTask (); … … 183 194 void gotsignal (int signum); 184 195 196 void InitClients (); 197 void AddNewClient (int client); 198 void *ListenClients (void *data); 199 200 int InitServerSocket (SockAddress *Address); 201 int WaitServerSocket (int InitSocket, SockAddress *Address); 202 int GetClientSocket (char *hostname); 203 int InitServerSocket_Named (char *hostname, SockAddress *Address);
Note:
See TracChangeset
for help on using the changeset viewer.
