From: Aleš Křenek Date: Thu, 16 Mar 2006 17:34:42 +0000 (+0000) Subject: remove irrelevant FIXME comment X-Git-Tag: first~19 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5d1590be34cb2a239634ee420c6f95e4350fbf9a;p=jra1mw.git remove irrelevant FIXME comment --- diff --git a/org.glite.jp.primary/src/feed.c b/org.glite.jp.primary/src/feed.c index cec9e40..948f9cf 100644 --- 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 */