X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fafb-config.c;h=fc3f5d7033f6bd8bbd6eb06e618d6954da2069bf;hb=6e7f3d28a2d08a8976fdd9c586b4cbddcaeb37bd;hp=f7e5000896254fc391106c4b1630dceed86fe77e;hpb=f7b281af2b449de0c9cddde6d455b17905631a75;p=src%2Fapp-framework-binder.git diff --git a/src/afb-config.c b/src/afb-config.c index f7e50008..fc3f5d70 100644 --- a/src/afb-config.c +++ b/src/afb-config.c @@ -738,7 +738,9 @@ void afb_config_dump(struct afb_config *config) B(no_ldpaths) B(noHttpd) B(background) +#if defined(WITH_MONITORING_OPTION) B(monitoring) +#endif B(random_token) P("---END-OF-CONFIG---\n"); @@ -866,7 +868,9 @@ struct json_object *afb_config_json(struct afb_config *config) B(no_ldpaths) B(noHttpd) B(background) +#if defined(WITH_MONITORING_OPTION) B(monitoring) +#endif B(random_token) #undef E