manoj       99/02/15 23:41:10

  Modified:    pthreads/src/modules/standard mod_status.c
  Log:
  Add some description of new scoreboard modes of operation.
  
  Revision  Changes    Path
  1.6       +2 -0      apache-apr/pthreads/src/modules/standard/mod_status.c
  
  Index: mod_status.c
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/modules/standard/mod_status.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- mod_status.c      1999/02/15 20:40:30     1.5
  +++ mod_status.c      1999/02/16 07:41:09     1.6
  @@ -457,6 +457,8 @@
        ap_rputs("\"<B><code>D</code></B>\" DNS Lookup,<BR>\n", r);
        ap_rputs("\"<B><code>L</code></B>\" Logging, \n", r);
        ap_rputs("\"<B><code>G</code></B>\" Gracefully finishing, \n", r);
  +     ap_rputs("\"<B><code>A</code></B>\" Accepting on port,<BR>\n", r);
  +     ap_rputs("\"<B><code>Q</code></B>\" Queueing connection, \n", r);
        ap_rputs("\"<B><code>.</code></B>\" Open slot with no current 
process<P>\n", r);
        ap_rputs("<P>\n", r);
        if (!ap_extended_status) {
  
  
  

Reply via email to