summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/graphnode.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-05 15:58:38 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-05 15:58:38 +0000
commite12432cc632125821d6ed192d129ef385fb25002 (patch)
treebd1c36ecb30391c6ba51f30a8c9a4b99d7f2572c /libs/ardour/ardour/graphnode.h
parent1d2636d76df3f6fd5eb0148f9284185561b0d2ab (diff)
A few comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@10459 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/graphnode.h')
-rw-r--r--libs/ardour/ardour/graphnode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/graphnode.h b/libs/ardour/ardour/graphnode.h
index 0c99a31a6c..191babdb12 100644
--- a/libs/ardour/ardour/graphnode.h
+++ b/libs/ardour/ardour/graphnode.h
@@ -37,6 +37,7 @@ typedef boost::shared_ptr<GraphNode> node_ptr_t;
typedef std::set< node_ptr_t > node_set_t;
typedef std::list< node_ptr_t > node_list_t;
+/** A node on our processing graph, ie a Route */
class GraphNode
{
public:
@@ -57,6 +58,7 @@ class GraphNode
boost::shared_ptr<Graph> _graph;
gint _refcount;
+ /** The number of nodes that we directly feed us (one count for each chain) */
gint _init_refcount[2];
};