Changeset 13899 for trunk/Ohana/src/kapa2/src/CheckPipe.c
- Timestamp:
- Jun 19, 2007, 4:37:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/src/CheckPipe.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/src/CheckPipe.c
r13479 r13899 7 7 8 8 // we can supply a port here, with only small changes 9 void InitPipe () { 10 InitSocket = KapaServerInit (&Address); 9 void InitPipe (char *namedSocket) { 10 11 if (namedSocket == NULL) { 12 InitSocket = KapaServerInit (&Address); 13 } else { 14 sock = KapaWaitNamedSocket (namedSocket); 15 } 11 16 return; 12 17 }
Note:
See TracChangeset
for help on using the changeset viewer.
