summaryrefslogtreecommitdiffstats
path: root/servercomm/servercomm.cc
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-07-27 09:09:46 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-07-30 11:16:37 +0200
commitf75d8d2bd146dd8cfe16207377264218b148d197 (patch)
treecf7141d74b91f5fc7d698bf4d539827d11a82179 /servercomm/servercomm.cc
parentb2119927d072fdd6d99bccceb5fd3fd68771f4d0 (diff)
downloadrasdaman-upstream-f75d8d2bd146dd8cfe16207377264218b148d197.tar.gz
rasdaman-upstream-f75d8d2bd146dd8cfe16207377264218b148d197.tar.xz
rasdaman-upstream-f75d8d2bd146dd8cfe16207377264218b148d197.zip
PB: more benchmark improvement + correct log output handling
Diffstat (limited to 'servercomm/servercomm.cc')
-rw-r--r--servercomm/servercomm.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/servercomm/servercomm.cc b/servercomm/servercomm.cc
index 5982453..fbee2e3 100644
--- a/servercomm/servercomm.cc
+++ b/servercomm/servercomm.cc
@@ -117,7 +117,7 @@ static const char rcsid[] = "@(#)servercomm, ServerComm: $Id: servercomm.cc,v 1.
using namespace std;
// init globals for server initialization
-// RMINITGLOBALS('S')
+RMINITGLOBALS('S');
// Once again a function prototype. The first one is for the RPC dispatcher
// function located in the server stub file rpcif_svc.c and the second one
@@ -1241,7 +1241,6 @@ ServerComm::ClientTblElt::releaseTransferStructures()
*** This class shouldn't be here, later it will be put in its own file
******************************************************************************************/
-// learned from license.cc
#ifdef LINUX
extern "C" {
extern char *strptime __P ((__const char *__s, __const char *__fmt, struct tm *__tp));