upload of files
[src/app-framework-binder.git] / src / afb-apis.c
index 9dcb180..9b2df3f 100644 (file)
@@ -311,6 +311,7 @@ static void trapping_handle(struct afb_req req, void(*cb)(struct afb_req))
                        timerset = 1; /* TODO: check statuses */
                        sevp.sigev_notify = SIGEV_THREAD_ID;
                        sevp.sigev_signo = SIGALRM;
+                       sevp.sigev_value.sival_ptr = NULL;
 #if defined(sigev_notify_thread_id)
                        sevp.sigev_notify_thread_id = (pid_t)syscall(SYS_gettid);
 #else