diff options
Diffstat (limited to 'examples/Shared_Memory/test_SV.cpp')
-rw-r--r-- | examples/Shared_Memory/test_SV.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Shared_Memory/test_SV.cpp b/examples/Shared_Memory/test_SV.cpp index 0b818e7f1b0..0fe2fbfa7af 100644 --- a/examples/Shared_Memory/test_SV.cpp +++ b/examples/Shared_Memory/test_SV.cpp @@ -47,6 +47,7 @@ main (int, char *[]) case -1: ACE_ERROR_RETURN ((LM_ERROR, "%p\n", "fork"), 1); case 0: + // Make sure the server starts up first. ACE_OS::sleep (1); client (); break; |