You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2002/07/01 17:42:52 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_vm.h

mturk       2002/07/01 08:42:52

  Modified:    jk/native2/include jk_vm.h
  Log:
  Added destroy callback function.
  
  Revision  Changes    Path
  1.4       +2 -0      jakarta-tomcat-connectors/jk/native2/include/jk_vm.h
  
  Index: jk_vm.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_vm.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jk_vm.h	12 Apr 2002 23:00:45 -0000	1.3
  +++ jk_vm.h	1 Jul 2002 15:42:52 -0000	1.4
  @@ -102,6 +102,8 @@
       void *(*attach)(struct jk_env *env, struct jk_vm *p);
   
       void (*detach)(struct jk_env *env, struct jk_vm *p);
  +
  +    void (*destroy)(struct jk_env *env, struct jk_vm *p);
   };
   
   typedef struct jk_vm jk_vm_t;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>