X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fbabeltrace2%2Fgraph%2Fself-component-port.h;h=db08e2c79b334dd206398f7ba57ec3deb6b3ca75;hb=7b6afccb24b31e2feed787c2ed97809e797c3070;hp=c7f5be9b1cd28a1d10803ec4a6f7d2124c311f39;hpb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;p=babeltrace.git diff --git a/include/babeltrace2/graph/self-component-port.h b/include/babeltrace2/graph/self-component-port.h index c7f5be9b..db08e2c7 100644 --- a/include/babeltrace2/graph/self-component-port.h +++ b/include/babeltrace2/graph/self-component-port.h @@ -1,8 +1,8 @@ -#ifndef BABELTRACE_GRAPH_SELF_COMPONENT_PORT_H -#define BABELTRACE_GRAPH_SELF_COMPONENT_PORT_H +#ifndef BABELTRACE2_GRAPH_SELF_COMPONENT_PORT_H +#define BABELTRACE2_GRAPH_SELF_COMPONENT_PORT_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 @@ -23,20 +23,16 @@ * SOFTWARE. */ -/* - * For bt_port, bt_self_component_port, bt_self_component, - * bt_connection, __BT_UPCAST_CONST - */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include #ifdef __cplusplus extern "C" { #endif -typedef enum bt_self_component_port_status { - BT_SELF_PORT_STATUS_OK = 0, -} bt_self_component_port_status; - static inline const bt_port *bt_self_component_port_as_port( bt_self_component_port *self_port) @@ -54,4 +50,4 @@ extern void *bt_self_component_port_get_data( } #endif -#endif /* BABELTRACE_GRAPH_SELF_COMPONENT_PORT_H */ +#endif /* BABELTRACE2_GRAPH_SELF_COMPONENT_PORT_H */