more descriptive header
authorMiloš Mulač <mulac@civ.zcu.cz>
Fri, 2 Dec 2005 10:27:43 +0000 (10:27 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Fri, 2 Dec 2005 10:27:43 +0000 (10:27 +0000)
org.glite.jp.index/src/conf.h

index f90025e..5a4afe0 100644 (file)
@@ -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;