read sink_mode from command line
authorMiloš Mulač <mulac@civ.zcu.cz>
Wed, 7 Jun 2006 16:19:27 +0000 (16:19 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Wed, 7 Jun 2006 16:19:27 +0000 (16:19 +0000)
org.glite.lb.server/src/bkserverd.c

index 16a63dc..9d82ecb 100644 (file)
@@ -386,6 +386,10 @@ int main(int argc, char *argv[])
                          break;
                case 't': request_timeout = atoi(optarg);
                          break;
+#ifdef LB_PERF
+               case 'K': sink_mode = atoi(optarg);
+                         break;
+#endif
                case '?': usage(name); return 1;
        }