mturk       2002/06/29 00:45:46

  Modified:    jk/native2/include jk_channel.h
  Log:
  Added status callback function
  
  Revision  Changes    Path
  1.16      +4 -0      jakarta-tomcat-connectors/jk/native2/include/jk_channel.h
  
  Index: jk_channel.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_channel.h,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- jk_channel.h      30 May 2002 18:27:16 -0000      1.15
  +++ jk_channel.h      29 Jun 2002 07:45:45 -0000      1.16
  @@ -162,6 +162,10 @@
                                     struct jk_endpoint *endpoint,
                                     struct jk_ws_service *r );
      
  +    /** Obtain the channel status code
  +     */
  +    int (JK_METHOD *status)(struct jk_env *env, jk_channel_t *_this);
  +
       void *_privatePtr;
   };
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to