qed: Fix static checker warning
[linux/fpc-iii.git] / tools / testing / vsock / timeout.h
blob77db9ce9860a97432de20caee1f67fb499c35ddc
1 #ifndef TIMEOUT_H
2 #define TIMEOUT_H
4 enum {
5 /* Default timeout */
6 TIMEOUT = 10 /* seconds */
7 };
9 void sigalrm(int signo);
10 void timeout_begin(unsigned int seconds);
11 void timeout_check(const char *operation);
12 void timeout_end(void);
14 #endif /* TIMEOUT_H */