X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fmessage-stream-const.h;h=8ecdfe78c45a39fe7e949747163bfeaee81bd2c9;hb=1cda4ff4025e4b3f7bd2a861baa51d2113c4cbf9;hp=50592bcd1b6bd873b7f9e74667ef0a31ac2e1452;hpb=4fa90f321f51af8f5bfc48eee1435e2f41d853b3;p=babeltrace.git diff --git a/include/babeltrace2/graph/message-stream-const.h b/include/babeltrace2/graph/message-stream-const.h index 50592bcd..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 @@ -33,7 +33,7 @@ extern "C" { 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