X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fmessage-stream-const.h;h=8ecdfe78c45a39fe7e949747163bfeaee81bd2c9;hb=d29378b187afb5aa5ef1086cf8d96562e3681c32;hp=2c42ed9eef81f686d4891f30691f0f84d319d138;hpb=188edac1113dbbb29030681dbde2de0ada742499;p=babeltrace.git diff --git a/include/babeltrace2/graph/message-stream-const.h b/include/babeltrace2/graph/message-stream-const.h index 2c42ed9e..8ecdfe78 100644 --- a/include/babeltrace2/graph/message-stream-const.h +++ b/include/babeltrace2/graph/message-stream-const.h @@ -2,7 +2,7 @@ #define BABELTRACE2_GRAPH_MESSAGE_STREAM_CONST_H /* - * Copyright 2019 Simon Marchi + * 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,13 +23,17 @@ * SOFTWARE. */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #ifdef __cplusplus extern "C" { #endif typedef enum bt_message_stream_clock_snapshot_state { BT_MESSAGE_STREAM_CLOCK_SNAPSHOT_STATE_UNKNOWN = 0, - BT_MESSAGE_STREAM_CLOCK_SNAPSHOT_STATE_KNOWN, + BT_MESSAGE_STREAM_CLOCK_SNAPSHOT_STATE_KNOWN = 1, } bt_message_stream_clock_snapshot_state; #ifdef __cplusplus