X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Fbase_client.c;h=70ad763abe51aa1645bfd9c6b2678a75dd6e8b51;hb=0053eb00d6e16befcc128270b86cb4b42885efd6;hp=fcef66c21a3f062c1a8c1b48c119a25b27ea5c9a;hpb=ceafd18e3e04be2f0d089439dfc3950237f39135;p=lttng-tools.git diff --git a/tests/regression/tools/notification/base_client.c b/tests/regression/tools/notification/base_client.c index fcef66c21..70ad763ab 100644 --- a/tests/regression/tools/notification/base_client.c +++ b/tests/regression/tools/notification/base_client.c @@ -42,7 +42,9 @@ int handle_condition( const struct lttng_condition *condition, const struct lttng_evaluation *condition_evaluation); -int parse_arguments(char **argv) { +static +int parse_arguments(char **argv) +{ const char *domain_type_string = NULL; const char *buffer_usage_type_string = NULL; const char *buffer_usage_threshold_type = NULL;