5 #include "lock_protocol.h"
6 #include "lock_client.h"
13 char tprintf_thread_prefix = 'd';
16 main(int argc, char *argv[])
19 fprintf(stderr, "Usage: %s [host:]port\n", argv[0]);
23 lock_client *lc = new lock_client(argv[1]);
24 printf ("stat returned %d\n", lc->stat("1"));