properly install libustd and libustcmd
[ust.git] / ustd / ustd.c
index cca9520589015f255992f8fcb7da1e2b68ed605a..7637b40cf8d6685fc911f0f257bb47283b9259cc 100644 (file)
@@ -32,7 +32,7 @@
 #include <assert.h>
 #include <getopt.h>
 
-#include "libustd.h"
+#include "ust/ustd.h"
 #include "usterr.h"
 
 char *sock_path=NULL;
@@ -343,11 +343,9 @@ void sigterm_handler(int sig)
 
 int start_ustd(int fd)
 {
-       struct ustcomm_ustd ustd;
        int result;
        sigset_t sigset;
        struct sigaction sa;
-       int timeout = -1;
 
        struct libustd_callbacks *callbacks = new_callbacks();
        if(!callbacks) {
This page took 0.023658 seconds and 4 git commands to generate.