correct includes of context.h (should fix broken build)
authorMiloš Mulač <mulac@civ.zcu.cz>
Mon, 7 Mar 2005 17:37:10 +0000 (17:37 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Mon, 7 Mar 2005 17:37:10 +0000 (17:37 +0000)
org.glite.lb.common/interface/log_proto.h
org.glite.lb.common/src/log_msg.c

index 048630d..0e4e6cf 100644 (file)
@@ -3,6 +3,7 @@
 
 #ident "$Header$"
 
+
 /**
  * \file edg/workload/logging/common/log_proto.h
  * \brief common part of the logging protocol
@@ -14,6 +15,8 @@ extern "C" {
 #endif
 
 
+#include "glite/lb/context.h"
+
 /**
  * default (noauth) user name
  */
@@ -68,7 +71,6 @@ extern "C" {
  */
 #define EDG_WLL_LOG_CONNECTIONS_DEFAULT                4
 
-       
 
 #ifdef __cplusplus
 }
@@ -97,4 +99,5 @@ edg_wll_log_event_send(
        int                 conn_attempts,
        struct timeval     *timeout);
 
+
 #endif /* __EDG_WORKLOAD_LOGGING_COMMON_LOG_PROTO_H__ */
index 073360e..ea6260b 100644 (file)
@@ -1,7 +1,7 @@
 #include <sys/un.h>
 #include <stdio.h>
 
-#include "glite/lb/context-int.h"
+#include "context-int.h"
 
 #define tv_sub(a, b) {\
        (a).tv_usec -= (b).tv_usec;\