修改网络监听退出流程

This commit is contained in:
2025-09-29 16:50:51 +08:00
parent 8c52e4ba84
commit ef6acafd34
6 changed files with 48 additions and 9 deletions

View File

@ -145,11 +145,11 @@ int exce(const int command,ctx *all_ctx)
return 1;
case RUN:
printf("runing\n");
printf("SYS:runing\n");
return 1;
case QUIT:
printf("shuting down\n");
printf("SYS:shuting down\n");
all_ctx->statue = -1;
write(all_ctx->fifofd[1],"q",1);
return 1;