lib: remove unused _NO_SINK graph status
[babeltrace.git] / include / babeltrace / graph / component-sink-internal.h
index a5880fef22f84d02a97bfb701c2282d0bb861d4f..164b96356b3c9cf071f089fbdcb947734fcdda8b 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H
 
 /*
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
- *
  * 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
@@ -33,6 +32,7 @@
 
 struct bt_component_sink {
        struct bt_component parent;
+       bool graph_is_configured_method_called;
 };
 
 BT_HIDDEN
This page took 0.023435 seconds and 4 git commands to generate.