lttng-ctl: health: remove unreachable condition
[lttng-tools.git] / tests / utils / utils.h
CommitLineData
0458ed8c 1/*
9d16b343 2 * Copyright (C) 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
0458ed8c 3 *
9d16b343 4 * SPDX-License-Identifier: LGPL-2.1-only
0458ed8c 5 *
0458ed8c
JG
6 */
7
8#ifndef TEST_UTILS_H
9#define TEST_UTILS_H
10
11int usleep_safe(useconds_t usec);
b2047add
FD
12int create_file(const char *path);
13int wait_on_file(const char *path);
0458ed8c
JG
14
15#endif /* TEST_UTILS_H */
This page took 0.03132 seconds and 4 git commands to generate.