From a2eb4a5f46e2dc311ec439d5223167d6df340bdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Fri, 2 Dec 2005 10:27:43 +0000 Subject: [PATCH] more descriptive header --- org.glite.jp.index/src/conf.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org.glite.jp.index/src/conf.h b/org.glite.jp.index/src/conf.h index f90025e..5a4afe0 100644 --- a/org.glite.jp.index/src/conf.h +++ b/org.glite.jp.index/src/conf.h @@ -31,7 +31,10 @@ typedef struct _glite_jp_is_conf { int debug; int no_auth; // set if you do not want authorization - char *cs, *port, *pidfile, *logfile; + char *cs, // database contact string + *port, // server port + *pidfile, + *logfile; } glite_jp_is_conf; -- 1.8.2.3