]> Git Repo - J-linux.git/blob - tools/testing/vsock/timeout.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / testing / vsock / timeout.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef TIMEOUT_H
3 #define TIMEOUT_H
4
5 enum {
6         /* Default timeout */
7         TIMEOUT = 10 /* seconds */
8 };
9
10 void sigalrm(int signo);
11 void timeout_begin(unsigned int seconds);
12 void timeout_check(const char *operation);
13 void timeout_end(void);
14
15 #endif /* TIMEOUT_H */
This page took 0.025344 seconds and 4 git commands to generate.