Add RecorderMutex
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
#ifndef API_WEBAPI_H
|
||||
#define API_WEBAPI_H
|
||||
|
||||
#include "Util/RecorderMutex.h"
|
||||
#include <HttpPostData.h>
|
||||
#include <HttpServer.h>
|
||||
#include <ctpl_stl.h>
|
||||
@@ -23,7 +24,7 @@ public:
|
||||
WebAPI();
|
||||
~WebAPI();
|
||||
|
||||
static Http::HttpServer::HttpReply ProcessQuery(ctpl::thread_pool* pThreadPool, Http::HttpClient* pHttpClient, const std::string& path, const std::string& ffmpeg, const std::string& uri, const std::vector<Http::HttpPostData>& postData);
|
||||
static Http::HttpServer::HttpReply ProcessQuery(ctpl::thread_pool* pThreadPool, Http::HttpClient* pHttpClient, Util::RecorderMutexPointer pRecorderMutex, const std::string& path, const std::string& ffmpeg, const std::string& uri, const std::vector<Http::HttpPostData>& postData);
|
||||
};
|
||||
|
||||
} // namespace API
|
||||
|
||||
Reference in New Issue
Block a user