X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Ffs-src%2Ffs.cpp;h=a60c8ddce5923f0cdc1fe7a36e5f87ce8c6b831a;hb=5656cea5531432357cf7ca2a0be14adae5a1e3d3;hp=aa49faeb1a8f848ae6bad289c0e04365edd38a7c;hpb=ce11b8c4429f974708a1b21a9fe133b6814617f3;p=babeltrace.git diff --git a/src/plugins/ctf/fs-src/fs.cpp b/src/plugins/ctf/fs-src/fs.cpp index aa49faeb..a60c8ddc 100644 --- a/src/plugins/ctf/fs-src/fs.cpp +++ b/src/plugins/ctf/fs-src/fs.cpp @@ -7,27 +7,29 @@ * Babeltrace CTF file system Reader Component */ +#include +#include + +#include + #define BT_COMP_LOG_SELF_COMP self_comp -#define BT_LOG_OUTPUT_LEVEL log_level +#define BT_LOG_OUTPUT_LEVEL ((enum bt_log_level) log_level) #define BT_LOG_TAG "PLUGIN/SRC.CTF.FS" #include "logging/comp-logging.h" +#include "common/assert.h" #include "common/common.h" -#include #include "common/uuid.h" -#include -#include "common/assert.h" -#include -#include -#include "fs.hpp" -#include "metadata.hpp" + +#include "plugins/common/param-validation/param-validation.h" + +#include "../common/src/metadata/tsdl/ctf-meta-configure-ir-trace.hpp" +#include "../common/src/msg-iter/msg-iter.hpp" #include "data-stream-file.hpp" #include "file.hpp" -#include "../common/metadata/decoder.hpp" -#include "../common/metadata/ctf-meta-configure-ir-trace.hpp" -#include "../common/msg-iter/msg-iter.hpp" +#include "fs.hpp" +#include "metadata.hpp" #include "query.hpp" -#include "plugins/common/param-validation/param-validation.h" struct tracer_info { @@ -134,7 +136,7 @@ ctf_fs_iterator_next(bt_self_message_iterator *iterator, bt_message_array_const * accumulated message objects in the output * message array, so we need to return * BT_MESSAGE_ITERATOR_NEXT_METHOD_STATUS_OK so that they are - * transfered to downstream. This other status occurs + * transferred to downstream. This other status occurs * again the next time muxer_msg_iter_do_next() is * called, possibly without any accumulated * message, in which case we'll return it.