| 103 | } |
| 104 | |
| 105 | static void usage(const char *procname) |
| 106 | { |
| 107 | printf("usage: %s -h [help]\r\n" |
| 108 | " -l libpath\r\n" |
| 109 | " -s addr\r\n" |
| 110 | " -t connt_timeout\r\n" |
| 111 | " -r rw_timeout\r\n" |
| 112 | " -c max_fibers\r\n" |
| 113 | " -n max_loop\r\n" |
| 114 | " -H host\r\n" |
| 115 | , procname); |
| 116 | } |
| 117 | |
| 118 | int main(int argc, char *argv[]) |
| 119 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…