X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Fcommon%2Fmetadata%2Fctf-meta-visitors.h;fp=plugins%2Fctf%2Fcommon%2Fmetadata%2Fctf-meta-visitors.h;h=0000000000000000000000000000000000000000;hb=578e048b5debf169e286e5b5cc747b5d6c16886d;hp=91ad92926da5594d7b17e5fdd484fc8b5f99fcef;hpb=68b66a256a54d32992dfefeaad11eea88b7df234;p=babeltrace.git diff --git a/plugins/ctf/common/metadata/ctf-meta-visitors.h b/plugins/ctf/common/metadata/ctf-meta-visitors.h deleted file mode 100644 index 91ad9292..00000000 --- a/plugins/ctf/common/metadata/ctf-meta-visitors.h +++ /dev/null @@ -1,56 +0,0 @@ -#ifndef _CTF_META_VISITORS_H -#define _CTF_META_VISITORS_H - -/* - * Copyright 2018 - Philippe Proulx - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - */ - -#include -#include - -#include "ctf-meta.h" - -BT_HIDDEN -int ctf_trace_class_resolve_field_classes(struct ctf_trace_class *tc); - -BT_HIDDEN -int ctf_trace_class_translate(bt_self_component_source *self_comp, - bt_trace_class *ir_tc, struct ctf_trace_class *tc); - -BT_HIDDEN -int ctf_trace_class_update_default_clock_classes( - struct ctf_trace_class *ctf_tc); - -BT_HIDDEN -int ctf_trace_class_update_in_ir(struct ctf_trace_class *ctf_tc); - -BT_HIDDEN -int ctf_trace_class_update_meanings(struct ctf_trace_class *ctf_tc); - -BT_HIDDEN -int ctf_trace_class_update_text_array_sequence(struct ctf_trace_class *ctf_tc); - -BT_HIDDEN -int ctf_trace_class_update_value_storing_indexes(struct ctf_trace_class *ctf_tc); - -BT_HIDDEN -int ctf_trace_class_update_stream_class_config(struct ctf_trace_class *ctf_tc); - -BT_HIDDEN -int ctf_trace_class_validate(struct ctf_trace_class *ctf_tc); - -BT_HIDDEN -void ctf_trace_class_warn_meaningless_header_fields( - struct ctf_trace_class *ctf_tc); - -#endif /* _CTF_META_VISITORS_H */