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:
f7720cd
)
prototype of GenerateSubjobIds now in context.h
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 19 Mar 2010 12:35:44 +0000
(12:35 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 19 Mar 2010 12:35:44 +0000
(12:35 +0000)
org.glite.lb.client/interface/producer.h.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/interface/producer.h.T
b/org.glite.lb.client/interface/producer.h.T
index
d079407
..
05648c5
100644
(file)
--- a/
org.glite.lb.client/interface/producer.h.T
+++ b/
org.glite.lb.client/interface/producer.h.T
@@
-361,20
+361,6
@@
extern int edg_wll_RegisterSubjobsProxy(
glite_jobid_t const * subjobs
);
-/**
- * Generate or regenerate set of subjob ID's.
- * Calls the same algorithm used to generate subjob ID's in edg_wll_RegisterJob().
- * Local semantics only, server is not contacted.
- */
-
-extern int edg_wll_GenerateSubjobIds(
- edg_wll_Context context,
- glite_jobid_const_t parent,
- int num_subjobs,
- const char * seed,
- glite_jobid_t ** subjobs
-);
-
/**
* Change ACL for given job.