| 213 | } |
| 214 | |
| 215 | static void usage(ACL_VSTREAM *client) |
| 216 | { |
| 217 | acl_vstream_fprintf(client, "usage: progname|-h[help]" |
| 218 | "|-d|{action}[START|STOP|QUIT|LIST|PROBE]|-f|filepath|-a|args\r\n"); |
| 219 | acl_msg_info("usage: progname|-h[help]|-d|{action}[START|STOP|QUIT|LIST|PROBE]" |
| 220 | "|-f|filepath|-a|args"); |
| 221 | } |
| 222 | |
| 223 | /* ���ƽ��̵ļ����̴߳������������ */ |
| 224 | static int proctl_monitor_main(ACL_VSTREAM *client, int argc, char *argv[]) |
no test coverage detected
searching dependent graphs…