X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-config.h;h=c46cd5ac8ceb7a0a9b67fa9c49c123fa009165fe;hb=afff776f7e27c8be7610cfbd23c4d1be32699ed9;hp=b47670d3b6743e9b369120d846ad67208d2e4e22;hpb=d7933c0f61a3316cc3d1ca7e74d30e193de2f612;p=src%2Fapp-framework-binder.git diff --git a/src/afb-config.h b/src/afb-config.h index b47670d3..c46cd5ac 100644 --- a/src/afb-config.h +++ b/src/afb-config.h @@ -16,6 +16,8 @@ #pragma once +struct json_object; + /* * other definitions --------------------------------------------------- */ @@ -62,6 +64,7 @@ struct afb_config { int traceditf; int tracesvc; int traceevt; + int traceses; /* booleans */ unsigned no_ldpaths: 1; /* disable default ldpaths */ @@ -73,3 +76,5 @@ struct afb_config { extern struct afb_config *afb_config_parse_arguments(int argc, char **argv); extern void afb_config_dump(struct afb_config *config); +extern struct json_object *afb_config_json(struct afb_config *config); +