projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc2089f
)
Remove underscore from ifndef of lttng.h
author
David Goulet
<dgoulet@efficios.com>
Tue, 21 Aug 2012 15:51:23 +0000
(11:51 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 21 Aug 2012 15:51:23 +0000
(11:51 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
include/lttng/lttng.h
patch
|
blob
|
blame
|
history
diff --git
a/include/lttng/lttng.h
b/include/lttng/lttng.h
index b1c828924b560fd4375e7e8f828c9454b20e56fa..5d3362040d2004c395cb708fd735b76e85ca0da2 100644
(file)
--- a/
include/lttng/lttng.h
+++ b/
include/lttng/lttng.h
@@
-19,8
+19,8
@@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef
_
LTTNG_H
-#define
_
LTTNG_H
+#ifndef LTTNG_H
+#define LTTNG_H
#include <limits.h>
#include <stdint.h>
@@
-572,4
+572,4
@@
extern int lttng_disable_consumer(struct lttng_handle *handle);
*/
extern int lttng_health_check(enum lttng_health_component c);
-#endif /*
_
LTTNG_H */
+#endif /* LTTNG_H */
This page took
0.029332 seconds
and
4
git commands to generate.