nhttp: re-enable threading; lock NeutrinoAPI calls

This commit is contained in:
[CST] Focus
2016-02-13 11:44:06 +01:00
committed by svenhoefer
parent 809a7dcb45
commit 8abb547cca
5 changed files with 36 additions and 11 deletions

View File

@@ -15,6 +15,7 @@
#include <helper.h>
#include "neutrinoyparser.h"
#include "controlapi.h"
#include <OpenThreads/ScopedLock>
//-------------------------------------------------------------------------
// No Class Helpers
@@ -24,6 +25,7 @@ bool _initialize_iso639_map(void);
//-------------------------------------------------------------------------
class CNeutrinoAPI
{
OpenThreads::Mutex mutex;
// Clientlibs
CSectionsdClient *Sectionsd;
CZapitClient *Zapit;