Searched refs:end_app_exists (Results 1 – 3 of 3) sorted by relevance
29 extern int8_t end_app_exists;
34 int8_t end_app_exists = 0; variable1151 if (end_app_exists == 0 && !strcmp(app_conf->type, "end")) in PatchCONFIG()1152 end_app_exists = 1; in PatchCONFIG()1158 if (!end_app_exists && !mon_app_exists) mon_app_exists = 1; in PatchCONFIG()
988 if (end_app_exists && mtcp->flow_cnt > 0) { in RunMainLoop()