X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fbabeltrace2%2Flogging.h;h=ae03d8d1c225d6c47c1ef9d5d67e9695097b7dcb;hb=7b6afccb24b31e2feed787c2ed97809e797c3070;hp=5001e139da74c9aa329cfef6500ded6acba55313;hpb=ef267d12284b855bc52ee429a5dc12da1d1e3b95;p=babeltrace.git diff --git a/include/babeltrace2/logging.h b/include/babeltrace2/logging.h index 5001e139..ae03d8d1 100644 --- a/include/babeltrace2/logging.h +++ b/include/babeltrace2/logging.h @@ -1,8 +1,8 @@ -#ifndef BABELTRACE_LOGGING_H -#define BABELTRACE_LOGGING_H +#ifndef BABELTRACE2_LOGGING_H +#define BABELTRACE2_LOGGING_H /* - * Copyright (c) 2017 Philippe Proulx + * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,6 +23,10 @@ * SOFTWARE. */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include #include #include @@ -83,7 +87,7 @@ typedef enum bt_logging_level { The library's and object's states remain consistent when a warning is issued. */ - BT_LOGGING_LEVEL_WARN = 4, + BT_LOGGING_LEVEL_WARNING = 4, /** An important error from which the library cannot recover, but @@ -146,4 +150,4 @@ extern void bt_logging_set_global_level(bt_logging_level log_level); } #endif -#endif /* BABELTRACE_LOGGING_H */ +#endif /* BABELTRACE2_LOGGING_H */