ust_fork(): close the ustcomm_app socket in the child on fork()
[ust.git] / libustcomm / ustcomm.h
index a554678c999c9284e84740ac72a35d35900fd8eb..05d90ebc0f02c2bd2634024d6824f398b098e77b 100644 (file)
@@ -68,6 +68,7 @@ extern int ustcomm_app_recv_message(struct ustcomm_app *app, char **msg, struct
 
 extern int ustcomm_init_app(pid_t pid, struct ustcomm_app *handle);
 extern void ustcomm_fini_app(struct ustcomm_app *handle);
+extern void ustcomm_free_app(struct ustcomm_app *app);
 
 extern int ustcomm_init_ustd(struct ustcomm_ustd *handle, const char *sock_path);
 
This page took 0.022854 seconds and 4 git commands to generate.