summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-22 10:41:15 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-22 10:41:15 -0700
commit1bc451ed10b43e7c1113c9d8129ad468821ab0cb (patch)
tree173122796efd1adab89c9b142a162140905d206e /service
parente07bae2525c21002b8e61a2ecc57fa1e17764241 (diff)
downloadinfinitytier-1bc451ed10b43e7c1113c9d8129ad468821ab0cb.tar.gz
infinitytier-1bc451ed10b43e7c1113c9d8129ad468821ab0cb.zip
GeoIP cluster service works.
Diffstat (limited to 'service')
-rw-r--r--service/ClusterGeoIpService.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/service/ClusterGeoIpService.cpp b/service/ClusterGeoIpService.cpp
index 00d95d7e..83afe770 100644
--- a/service/ClusterGeoIpService.cpp
+++ b/service/ClusterGeoIpService.cpp
@@ -37,6 +37,8 @@
#include <signal.h>
#include <errno.h>
+#include <iostream>
+
#include "ClusterGeoIpService.hpp"
#include "../node/Utils.hpp"
#include "../osdep/OSUtils.hpp"
@@ -163,6 +165,7 @@ void ClusterGeoIpService::threadMain()
{
Mutex::Lock _l2(_cache_m);
_cache[rip] = ce;
+ std::cout << ">> " << linebuf << std::endl;
}
}
}