Changeset 9473 for trunk/Ohana/src/opihi/pantasks
- Timestamp:
- Oct 10, 2006, 2:10:41 PM (20 years ago)
- Location:
- trunk/Ohana/src/opihi/pantasks
- Files:
-
- 3 edited
-
pantasks.c (modified) (1 diff)
-
pantasks_client.c (modified) (1 diff)
-
pantasks_server.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/pantasks.c
r8182 r9473 16 16 InitData (); 17 17 InitPantasks (); 18 19 gprintInit ();20 18 21 19 rl_readline_name = opihi_name; -
trunk/Ohana/src/opihi/pantasks/pantasks_client.c
r7938 r9473 17 17 InitAstro (); 18 18 InitPantasksClient (); 19 20 gprintInit ();21 19 22 20 rl_readline_name = opihi_name; -
trunk/Ohana/src/opihi/pantasks/pantasks_server.c
r8548 r9473 35 35 InitPantasksServer (); 36 36 37 gprintInit (); // each thread needs to init the printing system38 37 InitInputs (); 39 38
Note:
See TracChangeset
for help on using the changeset viewer.
