X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;h=6703fabe256bbab611050e12bdd3927b696d16c6;hp=ab88b07fbd60827e56299c2338acc7cb9e3a541d;hb=17d2533cafc67dd0509860fa2b59ec98b23d7be7;hpb=08a1de75a3a83c728d97a3c4ff182553adbda8cc diff --git a/server.c b/server.c index ab88b07f..6703fabe 100644 --- a/server.c +++ b/server.c @@ -22,7 +22,6 @@ #include "para.h" #include "error.h" #include "server.cmdline.h" -#include "afs_common.h" #include "afh.h" #include "string.h" #include "afs.h" @@ -148,7 +147,6 @@ static void shm_init(void) goto err_out; mmd_mutex = ret; - mmd->selector_num = 0; mmd->num_played = 0; mmd->num_commands = 0; mmd->events = 0; @@ -345,8 +343,6 @@ static unsigned do_inits(int argc, char **argv) /* become daemon */ if (conf.daemon_given) daemon_init(); -// init_selector(); -// PARA_ERROR_LOG("num: %d\n", mmd->selector_num); PARA_NOTICE_LOG("%s", "initializing virtual streaming system\n"); afh_init(); vss_init();