nhttp: re-enable threading; lock NeutrinoAPI calls

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8abb547cca
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-02-13 (Sat, 13 Feb 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2016-02-13 11:44:06 +01:00
committed by vanhofen
parent 81d121e2d5
commit d382309a5e
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;