Changeset 11084 for trunk/Ohana/src/opihi/pantasks/pantasks_server.c
- Timestamp:
- Jan 12, 2007, 4:26:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/pantasks_server.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/pantasks_server.c
r9473 r11084 16 16 int main (int argc, char **argv) { 17 17 18 pthread_t jobsThread; 19 pthread_t tasksThread; 20 pthread_t inputsThread; 18 21 pthread_t clientsThread; 19 pthread_t tasksThread;20 // pthread_t jobsThread;21 pthread_t inputsThread;22 22 pthread_t controllerThread; 23 23 int InitSocket, BindSocket; … … 47 47 pthread_create (&clientsThread, NULL, &ListenClients, NULL); 48 48 pthread_create (&tasksThread, NULL, &CheckTasksThread, NULL); 49 //pthread_create (&jobsThread, NULL, &CheckJobsThread, NULL);49 pthread_create (&jobsThread, NULL, &CheckJobsThread, NULL); 50 50 pthread_create (&controllerThread, NULL, &CheckControllerThread, NULL); 51 51 pthread_create (&inputsThread, NULL, &CheckInputsThread, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
