src/context.h

changeset 41
e26f1f91118a
parent 38
4ecd7b0e67ea
--- a/src/context.h	Sun Jul 03 13:13:36 2011 -0700
+++ b/src/context.h	Sun Jul 03 13:13:36 2011 -0700
@@ -26,6 +26,7 @@
 
 typedef struct t_context_ {
   SSL_CTX *context;
+  lua_State *L;
   unsigned int verify_flags;
   char mode;
 } t_context;

mercurial