diff include/urweb/types_cpp.h @ 2206:c1a62ce47083

Merge.
author Ziv Scully <ziv@mit.edu>
date Tue, 27 May 2014 21:38:01 -0400
parents c93fbd139732
children 2f7ed04332a0
line wrap: on
line diff
--- a/include/urweb/types_cpp.h	Tue May 27 21:15:53 2014 -0400
+++ b/include/urweb/types_cpp.h	Tue May 27 21:38:01 2014 -0400
@@ -106,6 +106,12 @@
   int is_html5;
 } uw_app;
 
+typedef struct {
+  /* uw_app *app; */
+  void *logger_data;
+  uw_logger log_error, log_debug;
+} uw_loggers;
+
 #define ERROR_BUF_LEN 1024
 
 typedef struct {