mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
changes
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include <module_com.h>
|
||||
#include <utils/flog.h>
|
||||
|
||||
bool ModuleComManager::registerInterface(std::string moduleName, std::string name, void (*handler)(int code, void* in, void* out, void* ctx), void* ctx) {
|
||||
std::lock_guard<std::mutex> lck(mtx);
|
||||
|
@ -2,7 +2,6 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <mutex>
|
||||
#include <utils/flog.h>
|
||||
|
||||
struct ModuleComInterface {
|
||||
std::string moduleName;
|
||||
|
Reference in New Issue
Block a user