fix distribution bugs for 0.4
[ust.git] / libinterfork / interfork.c
index 746bbf58992bf2cb8deb9d469170d66698e3026b..ecc39e38ca78c3e413de26da20c99367b2c50554 100644 (file)
@@ -83,7 +83,7 @@ int execve(const char *filename, char *const argv[], char *const envp[])
 struct interfork_clone_info {
        int (*fn)(void *);
        void *arg;
-       ust_fork_info_t *fork_info;
+       ust_fork_info_t fork_info;
 };
 
 static int clone_fn(void *arg)
This page took 0.022776 seconds and 4 git commands to generate.