X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fsave-internal.h;fp=include%2Flttng%2Fsave-internal.h;h=0000000000000000000000000000000000000000;hp=1af3f87e14db822c08eeaa6c5ba22e27754d6e59;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/include/lttng/save-internal.h b/include/lttng/save-internal.h deleted file mode 100644 index 1af3f87e1..000000000 --- a/include/lttng/save-internal.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright (C) 2013 Jérémie Galarneau - * - * SPDX-License-Identifier: LGPL-2.1-only - * - */ - -#ifndef LTTNG_SAVE_INTERNAL_ABI_H -#define LTTNG_SAVE_INTERNAL_ABI_H - -#include -#include - -#include -#include - -/* - * Object used by the save_session API. This is opaque to the public library. - */ -struct lttng_save_session_attr { - /* Name of the session to save, empty string means all. */ - char session_name[LTTNG_NAME_MAX]; - /* Destination of the session configuration. See lttng(1) for URL format. */ - char configuration_url[PATH_MAX]; - /* Overwrite the session configuration file if it exists. */ - uint8_t overwrite; - /* Omit the sessions' name(s). */ - uint8_t omit_name; - /* Omit the sessions' output(s). */ - uint8_t omit_output; -} LTTNG_PACKED; - -#endif /* LTTNG_SAVE_INTERNAL_ABI_H */