From 789f759f4cea382053851669bb7076d9a990a2cd Mon Sep 17 00:00:00 2001 From: james <> Date: Tue, 27 Jul 2010 14:49:35 +0000 Subject: add support for byte logging --- src/context.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/context.h') diff --git a/src/context.h b/src/context.h index a1ce8d2..affa883 100644 --- a/src/context.h +++ b/src/context.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.14 2010/07/27 14:49:35 james + * add support for byte logging + * * Revision 1.13 2008/03/10 11:49:32 james * *** empty log message *** * @@ -66,6 +69,7 @@ typedef struct Context_struct { Cmd *d; UTF8 *u; RX *r; + int byte_logging; } Context; #endif /* __CONTEXT_H__ */ -- cgit v1.2.3