use JACK thread creation functions to create process-graph threads; provide GUI contr...
[ardour.git] / libs / ardour / ardour / graph.h
index 6226ed56020dbecd25146432cf9bec01a0f5e9dc..f38ef1272161393c5d8f1edebfba77118fba8b0f 100644 (file)
@@ -85,7 +85,7 @@ class Graph : public SessionHandleRef
         virtual void session_going_away ();
 
     private:
-        std::list<Glib::Thread *> _thread_list;
+        std::list<pthread_t> _thread_list;
         volatile bool _quit_threads;
         
        node_list_t _nodes_rt[2];