summaryrefslogtreecommitdiffstats
path: root/src/server/GraphImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/GraphImpl.hpp')
-rw-r--r--src/server/GraphImpl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/GraphImpl.hpp b/src/server/GraphImpl.hpp
index 6064624a..352c0957 100644
--- a/src/server/GraphImpl.hpp
+++ b/src/server/GraphImpl.hpp
@@ -117,6 +117,7 @@ public:
const Blocks& blocks() const { return _blocks; }
uint32_t num_ports_non_rt() const;
+ bool has_port_with_index(uint32_t index) const;
typedef boost::intrusive::slist<
DuplexPort, boost::intrusive::constant_time_size<true> > PortList;