X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Frandom.h;h=d3a94878e673c6bc915714137dcbd25785b23cab;hb=7ceeb15de1454896381ca45f68151211de6eff6c;hp=8f13c185c37ec0f90967a0cf0f03e4e86e3f0f49;hpb=886d51a3d7ed5fa6b41d7f19b3e14ae6c535a44c;p=lttng-modules.git diff --git a/wrapper/random.h b/wrapper/random.h index 8f13c185..d3a94878 100644 --- a/wrapper/random.h +++ b/wrapper/random.h @@ -25,7 +25,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#define BOOT_ID_LEN 37 +#include + +#define BOOT_ID_LEN LTTNG_MODULES_UUID_STR_LEN int wrapper_get_bootid(char *bootid);