]> sourceware.org Git - systemtap.git/commitdiff
*** empty log message ***
authorhunt <hunt>
Sun, 18 Mar 2007 19:48:03 +0000 (19:48 +0000)
committerhunt <hunt>
Sun, 18 Mar 2007 19:48:03 +0000 (19:48 +0000)
runtime/staprun/mainloop.c

index b18976fcc2b74ce611318a1d3df073ae8c950c7d..ba34b265928741b8262bdb8730372f28b4f488ed 100644 (file)
@@ -155,7 +155,6 @@ int init_staprun(void)
                 fprintf(stderr, "sysconf(_SC_NPROCESSORS_ONLN) failed\n");
                 return 1;
         }
-
        
        if (system(VERSION_CMD)) {
                dbug("Using OLD TRANSPORT\n");
@@ -293,10 +292,9 @@ int stp_main_loop(void)
        signal(SIGCHLD, sigproc);
        signal(SIGQUIT, sigproc);
 
-/*
         if (driver_pid)
                driver_poll(0);
-*/
+
        dbug("in main loop\n");
 
        while (1) { /* handle messages from control channel */
This page took 0.025717 seconds and 5 git commands to generate.