Tear down handles associated with a closed sessiond socket
[lttng-ust.git] / include / lttng / ust-abi.h
index c9be4bd9d29fda9d8268a8d3531774d253f6e791..6fa9a94db0472154679bcc1af5ab9d0630d5a1db 100644 (file)
@@ -249,7 +249,7 @@ union ust_args {
 
 struct lttng_ust_objd_ops {
        long (*cmd)(int objd, unsigned int cmd, unsigned long arg,
-               union ust_args *args);
+               union ust_args *args, void *owner);
        int (*release)(int objd);
 };
 
@@ -261,5 +261,6 @@ int lttng_ust_objd_unref(int id);
 
 void lttng_ust_abi_exit(void);
 void lttng_ust_events_exit(void);
+void lttng_ust_objd_table_owner_cleanup(void *owner);
 
 #endif /* _LTTNG_UST_ABI_H */
This page took 0.025033 seconds and 4 git commands to generate.