X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-config.h;h=b47670d3b6743e9b369120d846ad67208d2e4e22;hb=f23bc8bdcb4420b9a7ee825a6fdf7a2c47680f5f;hp=792a6b8f8fb652f8058fc1ce6bd356b6b6f8877b;hpb=33c28e126df60d8f7c416e762314d9da79f53448;p=src%2Fapp-framework-binder.git diff --git a/src/afb-config.h b/src/afb-config.h index 792a6b8f..b47670d3 100644 --- a/src/afb-config.h +++ b/src/afb-config.h @@ -17,7 +17,7 @@ #pragma once /* - * other definitions --------------------------------------------------- + * other definitions --------------------------------------------------- */ struct afb_config_list { @@ -35,6 +35,7 @@ struct afb_config { char *workdir; // where to run the program char *uploaddir; // where to store transient files char *token; // initial authentication token [default NULL no session] + char *name; /* name to set to the daemon */ struct afb_config_list *aliases; struct afb_config_list *dbus_clients;