Changeset 6418
- Timestamp:
- 10/02/10 18:03:38 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
PROBE/PT_main.cxx (modified) (1 diff)
-
ptpan/PTP_main.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PROBE/PT_main.cxx
r6385 r6418 373 373 374 374 // all ok -> main "loop" 375 printf("ok, server is running.\n"); 375 printf("ok, server is running.\n"); // do NOT change or remove! others depend on it 376 fflush(stdout); 376 377 aisc_accept_calls(so); 377 378 aisc_server_shutdown_and_exit(so, EXIT_SUCCESS); // never returns -
trunk/ptpan/PTP_main.cxx
r6141 r6418 537 537 /****** all ok: main loop ********/ 538 538 539 printf("ok, server is running.\n"); 539 printf("ok, server is running.\n"); // do NOT change or remove! others depend on it 540 fflush(stdout); 540 541 541 542 aisc_accept_calls(pg->pg_ComSocket);
