From 23e47a47f1cb9848f6a5e93ae34f60d30479339c Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Fri, 15 Jan 2010 17:53:55 -0500 Subject: [PATCH] Change header file's #define name --- libust/channels.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libust/channels.h b/libust/channels.h index 0b179e5..893d8c1 100644 --- a/libust/channels.h +++ b/libust/channels.h @@ -1,5 +1,5 @@ -#ifndef _LTT_CHANNELS_H -#define _LTT_CHANNELS_H +#ifndef UST_CHANNELS_H +#define UST_CHANNELS_H /* * Copyright (C) 2008 Mathieu Desnoyers (mathieu.desnoyers@polymtl.ca) @@ -97,4 +97,4 @@ extern void ltt_channels_trace_free(struct ust_channel *channels); extern int _ltt_channels_get_event_id(const char *channel, const char *name); extern int ltt_channels_get_event_id(const char *channel, const char *name); -#endif /* _LTT_CHANNELS_H */ +#endif /* UST_CHANNELS_H */ -- 2.34.1