remove irrelevant FIXME comment
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 16 Mar 2006 17:34:42 +0000 (17:34 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 16 Mar 2006 17:34:42 +0000 (17:34 +0000)
org.glite.jp.primary/src/feed.c

index cec9e40..948f9cf 100644 (file)
@@ -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 */