| 9 | static const char* __key = "test"; |
| 10 | |
| 11 | static void usage(const char* procname) |
| 12 | { |
| 13 | printf("usage: %s -h[help] -l addr -g[get] -s[set] -d[del] -m[update timeout] -n num -t timeout -T nthread\n", procname); |
| 14 | } |
| 15 | |
| 16 | static void get(const char* addr, int id, int num) |
| 17 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…