X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=inline;f=wrapper%2Frandom.h;fp=wrapper%2Frandom.h;h=0000000000000000000000000000000000000000;hb=117ab60f69a98dcbc365de8008ab93e6699d153a;hp=d438e1bad960403bdf4597e1b1c4317bc9fccf29;hpb=7c6d929d62a6e24fb1dbeaee5cd2c8afe77720b7;p=lttng-modules.git diff --git a/wrapper/random.h b/wrapper/random.h deleted file mode 100644 index d438e1ba..00000000 --- a/wrapper/random.h +++ /dev/null @@ -1,19 +0,0 @@ -/* SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only) - * - * wrapper/random.h - * - * wrapper around bootid read. Read the boot id through the /proc filesystem. - * - * Copyright (C) 2011-2012 Mathieu Desnoyers - */ - -#ifndef _LTTNG_WRAPPER_RANDOM_H -#define _LTTNG_WRAPPER_RANDOM_H - -#include - -#define BOOT_ID_LEN LTTNG_MODULES_UUID_STR_LEN - -int wrapper_get_bootid(char *bootid); - -#endif /* _LTTNG_WRAPPER_RANDOM_H */