X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Futils%2Fmuxer%2Fupstream-msg-iter.hpp;h=4d89da390f051e1c7293ed02b83b48f015af3b3a;hb=HEAD;hp=2ae663f8bca9406b02fea5a002a31b6891f3db36;hpb=fca1d0f55bf24741f07d2a86d70ad7274d3ec851;p=babeltrace.git diff --git a/src/plugins/utils/muxer/upstream-msg-iter.hpp b/src/plugins/utils/muxer/upstream-msg-iter.hpp index 2ae663f8..ff24cb36 100644 --- a/src/plugins/utils/muxer/upstream-msg-iter.hpp +++ b/src/plugins/utils/muxer/upstream-msg-iter.hpp @@ -1,4 +1,3 @@ - /* * SPDX-License-Identifier: MIT * @@ -33,8 +32,8 @@ public: /* Return type of reload() */ enum class ReloadStatus { - MORE, - NO_MORE, + More, + NoMore, }; /*