Changeset 7929 for trunk/Ohana/src/opihi/pantasks/pantasks_server.c
- Timestamp:
- Jul 18, 2006, 6:58:54 AM (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
r7917 r7929 29 29 InitBasic (); 30 30 InitData (); 31 InitPantasks ();31 InitPantasksServer (); 32 32 33 InitPrint ();33 gprintInit (); // each thread needs to init the printing system 34 34 35 35 // signal (SIGPIPE, gotsignal); … … 47 47 48 48 // pthread_create (&thread, NULL, &RunScheduler, NULL); 49 // pthread_create (&thread, NULL, & pantasks_RunController, NULL);49 // pthread_create (&thread, NULL, &RunController, NULL); 50 50 51 51 /* in this loop, we listen for incoming connections, validate, and
Note:
See TracChangeset
for help on using the changeset viewer.
