Changeset 16461
- Timestamp:
- Feb 13, 2008, 3:33:02 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/pcontrol.c.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/pcontrol.c.in
r13720 r16461 20 20 InitPcontrol (); 21 21 22 InitJobStacks ();23 InitHostStacks ();24 25 22 /* set global signal masks (these apply to all threads launched below) */ 26 //signal (SIGPIPE, gotsignal);23 signal (SIGPIPE, gotsignal); 27 24 signal (SIGTSTP, gotsignal); 28 25 signal (SIGTTIN, gotsignal); … … 72 69 void cleanup () { 73 70 DownHosts (); 71 ConfigFree (); 72 73 FreeBasic (); 74 FreePcontrol (); 75 74 76 return; 75 77 }
Note:
See TracChangeset
for help on using the changeset viewer.
