Tests: add unix socket wrapper unit tests
[lttng-tools.git] / tests / utils / utils.h
... / ...
CommitLineData
1/*
2 * Copyright (C) 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 *
6 */
7
8#ifndef TEST_UTILS_H
9#define TEST_UTILS_H
10
11int usleep_safe(useconds_t usec);
12int create_file(const char *path);
13int wait_on_file(const char *path);
14
15#endif /* TEST_UTILS_H */
This page took 0.024176 seconds and 5 git commands to generate.