X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fcomponent-const.h;h=11554b5e3b21306a9557c90b111171809a537766;hb=d29378b187afb5aa5ef1086cf8d96562e3681c32;hp=aa9f84ceef002ac643384ec01eb53ffd913f1bf4;hpb=4fa90f321f51af8f5bfc48eee1435e2f41d853b3;p=babeltrace.git diff --git a/include/babeltrace2/graph/component-const.h b/include/babeltrace2/graph/component-const.h index aa9f84ce..11554b5e 100644 --- a/include/babeltrace2/graph/component-const.h +++ b/include/babeltrace2/graph/component-const.h @@ -2,8 +2,7 @@ #define BABELTRACE2_GRAPH_COMPONENT_CONST_H /* - * Copyright 2017-2018 Philippe Proulx - * Copyright 2015 Jérémie Galarneau + * 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 @@ -28,16 +27,8 @@ # error "Please include instead." #endif -/* For bt_component_class_type */ #include - -/* - * For bt_bool, bt_component_class, bt_component_graph, bt_component, - * bt_value, bt_port - */ #include - -/* For bt_logging_level */ #include #ifdef __cplusplus @@ -88,9 +79,6 @@ bt_bool bt_component_is_sink(const bt_component *component) BT_COMPONENT_CLASS_TYPE_SINK; } -extern bt_bool bt_component_graph_is_canceled( - const bt_component *component); - extern void bt_component_get_ref(const bt_component *component); extern void bt_component_put_ref(const bt_component *component);