use a recursive mutex to lock interface operations
locking interfaceregistry operations and later on open/close etc
This commit is contained in:
parent
f7fa5769ca
commit
9943dd76fd
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ struct lumiera_interfacenode_struct
|
|||
LumieraInterfacenode* deps;
|
||||
};
|
||||
|
||||
extern lumiera_mutex lumiera_interface_mutex;
|
||||
|
||||
|
||||
/**
|
||||
* Initialize the interface registry
|
||||
|
|
|
|||
Loading…
Reference in a new issue