X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Flocal-def.h;fp=include%2Flocal-def.h;h=01f106265c60db0a9cf146d7748292c3730d3939;hb=1edf05100332c85ee28abc0754fcb825648157c4;hp=7ad4e7050b601b81e7db01197ac62ea2610fe4eb;hpb=d11b338cea727ef1463c06b94b89653d1a168727;p=src%2Fapp-framework-binder.git diff --git a/include/local-def.h b/include/local-def.h index 7ad4e705..01f10626 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -265,6 +265,7 @@ typedef struct { void *httpd; // anonymous structure for httpd handler int fakemod; // respond to GET/POST request without interacting with sndboard int forceexit; // when autoconfig from script force exit before starting server + int readyfd; // a #fd to signal when ready to serve AFB_plugin **plugins; // pointer to REST/API plugins magic_t magic; // Mime type file magic lib sigjmp_buf restartCkpt; // context save for restart set/longjmp