Show
Ignore:
Timestamp:
10/02/10 18:03:38 (2 years ago)
Author:
westram
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/PROBE/PT_main.cxx

    r6385 r6418  
    373373 
    374374    // 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); 
    376377    aisc_accept_calls(so); 
    377378    aisc_server_shutdown_and_exit(so, EXIT_SUCCESS); // never returns