X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fquery-executor-const.h;h=9b6be7e5bc1133b04f5822a464b9d2cfcf5b824b;hb=9b4f9b425f2efce9a6ccc25f7ae062ebc1116a7d;hp=6fa6f332d9a8b8eb52240038b8a435628be45ff3;hpb=4fa90f321f51af8f5bfc48eee1435e2f41d853b3;p=babeltrace.git diff --git a/include/babeltrace2/graph/query-executor-const.h b/include/babeltrace2/graph/query-executor-const.h index 6fa6f332..9b6be7e5 100644 --- a/include/babeltrace2/graph/query-executor-const.h +++ b/include/babeltrace2/graph/query-executor-const.h @@ -2,7 +2,7 @@ #define BABELTRACE2_GRAPH_QUERY_EXECUTOR_CONST_H /* - * Copyright 2017-2018 Philippe Proulx + * 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 @@ -27,22 +27,18 @@ # error "Please include instead." #endif -/* For bt_bool, bt_query_executor */ #include #ifdef __cplusplus extern "C" { #endif -extern -bt_bool bt_query_executor_is_canceled( +extern bt_bool bt_query_executor_is_interrupted( const bt_query_executor *query_executor); -extern void bt_query_executor_get_ref( - const bt_query_executor *query_executor); +extern void bt_query_executor_get_ref(const bt_query_executor *query_executor); -extern void bt_query_executor_put_ref( - const bt_query_executor *query_executor); +extern void bt_query_executor_put_ref(const bt_query_executor *query_executor); #define BT_QUERY_EXECUTOR_PUT_REF_AND_RESET(_var) \ do { \