Changeset 6419 for branches/stable_5.0

Show
Ignore:
Timestamp:
10/02/10 18:06:25 (2 years ago)
Author:
westram
Message:
Location:
branches/stable_5.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/PROBE/PT_main.cxx

    r6118 r6419  
    365365    PT_init_map(); 
    366366 
    367     printf("ok, server is running.\n"); 
     367    printf("ok, server is running.\n"); // do NOT change or remove! others depend on it  
     368    fflush(stdout); 
    368369    aisc_accept_calls(so); 
    369370    aisc_server_shutdown_and_exit(so, EXIT_SUCCESS); // never returns 
  • branches/stable_5.0/ptpan/PTP_main.cxx

    r5908 r6419  
    537537  /****** all ok: main loop ********/ 
    538538 
    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); 
    540541 
    541542  aisc_accept_calls(pg->pg_ComSocket);