X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust-ctl%2Fust-ctl-private.h;fp=liblttng-ust-ctl%2Fust-ctl-private.h;h=0000000000000000000000000000000000000000;hb=298f86d9b065ea6068b1a6e677f3006b8a2521c6;hp=a4a6c940ca3e27866a8cf74f3c16c346a4a26184;hpb=2b6f437483769831e50886b9f3bc4710b28f4ac9;p=lttng-ust.git diff --git a/liblttng-ust-ctl/ust-ctl-private.h b/liblttng-ust-ctl/ust-ctl-private.h deleted file mode 100644 index a4a6c940..00000000 --- a/liblttng-ust-ctl/ust-ctl-private.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * SPDX-License-Identifier: GPL-2.0-only - * - * Copyright (C) 2011 Julien Desfossez - * Copyright (C) 2011-2013 Mathieu Desnoyers - */ - -#ifndef _LTTNG_UST_CTL_PRIVATE_H -#define _LTTNG_UST_CTL_PRIVATE_H - -#include - -/* - * Map channel lttng_ust_shm_handle and add streams. Typically performed - * by the application to map the objects into its memory space. - */ -struct lttng_ust_shm_handle * - ustctl_map_channel(struct lttng_ust_object_data *chan_data); -int ustctl_add_stream(struct lttng_ust_shm_handle *lttng_ust_shm_handle, - struct lttng_ust_object_data *stream_data); -/* - * Note: the lttng_ust_object_data from which the lttng_ust_shm_handle - * is derived can only be released after unmapping the handle. - */ -void ustctl_unmap_channel(struct lttng_ust_shm_handle *lttng_ust_shm_handle); - -#endif /* _LTTNG_UST_CTL_PRIVATE_H */