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:
df53cf5
)
more descriptive header
author
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 2 Dec 2005 10:27:43 +0000
(10:27 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 2 Dec 2005 10:27:43 +0000
(10:27 +0000)
org.glite.jp.index/src/conf.h
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.index/src/conf.h
b/org.glite.jp.index/src/conf.h
index
f90025e
..
5a4afe0
100644
(file)
--- 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;