sessiond: make disable_context static
[lttng-tools.git] / src / bin / lttng-sessiond / agent.c
index 9ea899f57f7fb386c12713ef25b2e3f8ca6bd972..3cb33caef4835df1fb5d0681c9d036b0fd10eb4d 100644 (file)
@@ -830,7 +830,8 @@ end:
  *
  * Return LTTNG_OK on success or else a LTTNG_ERR* code.
  */
-int disable_context(struct agent_app_ctx *ctx, enum lttng_domain_type domain)
+static int disable_context(struct agent_app_ctx *ctx,
+               enum lttng_domain_type domain)
 {
        int ret = LTTNG_OK;
        struct agent_app *app;
This page took 0.023711 seconds and 4 git commands to generate.