Fix: handle the registration done command for JUL
[lttng-tools.git] / src / bin / lttng-sessiond / jul.h
index 1bcd5ef795edb190af64aa635ce7c0b12177cdc9..ccd59bc727ed5f18abca64c14b0a36fadeda0fb9 100644 (file)
@@ -119,6 +119,7 @@ void jul_add_app(struct jul_app *app);
 void jul_delete_app(struct jul_app *app);
 struct jul_app *jul_find_app_by_sock(int sock);
 void jul_destroy_app(struct jul_app *app);
 void jul_delete_app(struct jul_app *app);
 struct jul_app *jul_find_app_by_sock(int sock);
 void jul_destroy_app(struct jul_app *app);
+int jul_send_registration_done(struct jul_app *app);
 
 /* JUL action API */
 int jul_enable_event(struct jul_event *event);
 
 /* JUL action API */
 int jul_enable_event(struct jul_event *event);
This page took 0.023347 seconds and 4 git commands to generate.