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:
b48b942
)
remove irrelevant FIXME comment
author
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 16 Mar 2006 17:34:42 +0000
(17:34 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 16 Mar 2006 17:34:42 +0000
(17:34 +0000)
org.glite.jp.primary/src/feed.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/src/feed.c
b/org.glite.jp.primary/src/feed.c
index
cec9e40
..
948f9cf
100644
(file)
--- a/
org.glite.jp.primary/src/feed.c
+++ b/
org.glite.jp.primary/src/feed.c
@@
-679,15
+679,6
@@
static int register_feed_deferred(glite_jp_context_t ctx,void *feed)
{
struct jpfeed *f = feed;
-/* FIXME:
- * - volatile implementation: should store the registrations in a file
- * and recover after restart
- * - should communicate the data among all server slaves
-
- f->next = ctx->feeds;
- ctx->feeds = f;
- */
-
if (glite_jppsbe_store_feed(ctx,f)) fputs(glite_jp_error_chain(ctx),stderr);
else kill(-master,SIGUSR1); /* gracefully terminate slaves
and let master restart them */