new transport slave/master implementation, libs/ edition
[ardour.git] / libs / ardour / ardour / rc_configuration.h
index a644d76250002cf8897f866c59d9e3afa1b7b403..f3b98c777433681031fc33387d4a6daa1ec6871d 100644 (file)
@@ -55,6 +55,7 @@ class LIBARDOUR_API RCConfiguration : public PBD::Configuration
        XMLNode * instant_xml (const std::string& str);
 
        XMLNode* control_protocol_state () { return _control_protocol_state; }
+       XMLNode* transport_master_state () { return _transport_master_state; }
 
        /* define accessor methods */
 
@@ -83,6 +84,7 @@ class LIBARDOUR_API RCConfiguration : public PBD::Configuration
 #undef  CONFIG_VARIABLE_SPECIAL
 
        XMLNode* _control_protocol_state;
+       XMLNode* _transport_master_state;
 };
 
 /* XXX: rename this */