diff options
author | Ryan Bloom <rbb@apache.org> | 1999-08-31 07:35:52 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 1999-08-31 07:35:52 +0200 |
commit | c37f14ddf32319a7d84a9b573a54ccde8f37c5ff (patch) | |
tree | 1f1dd08b2e53226b3b3363beee02eeb57a8061ca /test/time-sem.c | |
parent | Forgot this hook... (diff) | |
download | apache2-c37f14ddf32319a7d84a9b573a54ccde8f37c5ff.tar.xz apache2-c37f14ddf32319a7d84a9b573a54ccde8f37c5ff.zip |
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
check this out tomorrow and make sure everything was checked in correctly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/time-sem.c')
-rw-r--r-- | test/time-sem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/time-sem.c b/test/time-sem.c index 8bf67c7254..73b4f8ab77 100644 --- a/test/time-sem.c +++ b/test/time-sem.c @@ -494,7 +494,7 @@ void main (int argc, char **argv) unsigned long *shared_counter; if (argc != 3) { - fprintf (stderr, "Usage: time-sem num-child num-iter\n"); + fprintf (stderr, "Usage: time-sem num-child num ap_context_t ter\n"); exit (1); } |