summaryrefslogtreecommitdiff
path: root/src/logd.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
commitf038883a6e004eb4312ba1e761da06b596e14d3f (patch)
tree358f989cac07885cfa913c66a0d563d18c021b26 /src/logd.h
parent98eac951f8087b213f5850bd126dcb279db360a8 (diff)
tagging ychat-0.7.7.0ychat-0.7.7.0
Diffstat (limited to 'src/logd.h')
-rwxr-xr-xsrc/logd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/logd.h b/src/logd.h
index 2d6270b..4796e39 100755
--- a/src/logd.h
+++ b/src/logd.h
@@ -7,6 +7,8 @@
#include <queue>
#include <time.h>
+#include "maps/hashmap.h"
+
class logd
{
private:
@@ -26,7 +28,7 @@ public:
~logd();
void set_logfile( string s_path, string s_filename );
- void log_access( map<string,string> &map_request );
+ void log_access( hashmap<string> &map_request );
void log_simple_line( string s_line );
void flush_logs();
static string remove_html_tags( string s_log );