git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a59e1c
)
- default ilogd socket and default dglogd file prefix set to standard values
author
Jiří Škrábal
<nykolas@ics.muni.cz>
Thu, 17 Mar 2005 09:42:25 +0000
(09:42 +0000)
committer
Jiří Škrábal
<nykolas@ics.muni.cz>
Thu, 17 Mar 2005 09:42:25 +0000
(09:42 +0000)
org.glite.lb.server/src/il_lbproxy.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/il_lbproxy.c
b/org.glite.lb.server/src/il_lbproxy.c
index
10775ee
..
050b642
100644
(file)
--- a/
org.glite.lb.server/src/il_lbproxy.c
+++ b/
org.glite.lb.server/src/il_lbproxy.c
@@
-5,8
+5,8
@@
#define FCNTL_ATTEMPTS 5
#define FCNTL_TIMEOUT 1
-#define FILE_PREFIX "/tmp/
lbproxy_events
"
-#define DEFAULT_SOCKET "/tmp/
lbproxy_
interlogger.sock"
+#define FILE_PREFIX "/tmp/
dglogd.log
"
+#define DEFAULT_SOCKET "/tmp/interlogger.sock"
char *lbproxy_ilog_socket_path = DEFAULT_SOCKET;
char *lbproxy_ilog_file_prefix = FILE_PREFIX;