X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-config.c;h=b06f01dbd6666c9403728afe4757400755ca85d6;hb=c3d27b0ac659776f4065bc04b94f12c6b7e40084;hp=7852f6c472e7395727e4b0c7b07d3549b12e201d;hpb=25a84c46729699668725da1214f7f8c829b1498e;p=src%2Fapp-framework-binder.git diff --git a/src/afb-config.c b/src/afb-config.c index 7852f6c4..b06f01db 100644 --- a/src/afb-config.c +++ b/src/afb-config.c @@ -71,7 +71,6 @@ #define SET_MODE 18 -#define SET_READYFD 19 #define DBUS_CLIENT 20 #define DBUS_SERVICE 21 @@ -141,7 +140,6 @@ static AFB_options cliOptions[] = { {DISPLAY_HELP, 0, "help", "Display this help"}, {SET_MODE, 1, "mode", "Set the mode: either local, remote or global"}, - {SET_READYFD, 1, "readyfd", "Set the #fd to signal when ready"}, {DBUS_CLIENT, 1, "dbus-client", "Bind to an afb service through dbus"}, {DBUS_SERVICE, 1, "dbus-server", "Provides an afb service through dbus"}, @@ -464,10 +462,6 @@ static void parse_arguments(int argc, char **argv, struct afb_config *config) config->mode = argvalenum(optc, mode_desc); break; - case SET_READYFD: - config->readyfd = argvalintdec(optc, 0, INT_MAX); - break; - case DBUS_CLIENT: list_add(&config->dbus_clients, argvalstr(optc)); break; @@ -617,7 +611,6 @@ void afb_config_dump(struct afb_config *config) D(httpdPort) B(background) - D(readyfd) D(cacheTimeout) D(apiTimeout) D(cntxTimeout)