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:
4f6abcc
)
- parse also 'proxy' key word from the "dump" message
author
Jiří Škrábal
<nykolas@ics.muni.cz>
Thu, 22 Sep 2005 13:56:19 +0000
(13:56 +0000)
committer
Jiří Škrábal
<nykolas@ics.muni.cz>
Thu, 22 Sep 2005 13:56:19 +0000
(13:56 +0000)
org.glite.jp.client/src/jpimporter.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.client/src/jpimporter.c
b/org.glite.jp.client/src/jpimporter.c
index
514a25c
..
712f5eb
100644
(file)
--- a/
org.glite.jp.client/src/jpimporter.c
+++ b/
org.glite.jp.client/src/jpimporter.c
@@
-401,10
+401,12
@@
static int dump_importer(void)
{"jobid", NULL},
{"file", NULL},
{"jpps", NULL},
+ {"proxy", NULL},
{NULL, NULL}};
-#define _job 0
-#define _file 1
-#define _jpps 2
+#define _job 0
+#define _file 1
+#define _jpps 2
+#define _proxy 3
if ( readnew ) ret = edg_wll_MaildirTransStart(dump_mdir, &msg, &fname);