[DEV] add mitex of low level interface

This commit is contained in:
2015-03-03 21:40:37 +01:00
parent d431f9d790
commit 39424279ef
4 changed files with 11 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
#include <map>
#include <list>
#include <stdint.h>
#include <etk/mutex.h>
#include <etk/chrono.h>
#include <etk/functional.h>
#include <etk/memory.h>
@@ -25,6 +26,8 @@ namespace river {
namespace io {
class Node;
class Manager {
private:
mutable std11::recursive_mutex m_mutex;
private:
/**
* @brief Constructor