Introduce LTTNG_UST_APP_PATH environment variable
[lttng-ust.git] / src / common / getenv.c
index 55e6ad7cc5a069130ffb2172890752ef3e0d22c6..7f7b85349fe597654b4a2c4700a0e392478275ed 100644 (file)
@@ -49,6 +49,7 @@ static struct lttng_env lttng_env[] = {
        { "LTTNG_UST_ALLOW_BLOCKING", LTTNG_ENV_SECURE, NULL, },
        { "HOME", LTTNG_ENV_SECURE, NULL, },
        { "LTTNG_HOME", LTTNG_ENV_SECURE, NULL, },
+       { "LTTNG_UST_APP_PATH", LTTNG_ENV_SECURE, NULL, },
 };
 
 static
This page took 0.023596 seconds and 4 git commands to generate.