1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

api: add missing logger

This commit is contained in:
Steffen Vogel 2019-01-21 12:07:59 +01:00
parent 6b68bc0f00
commit 2d94f15d3c

View file

@ -30,6 +30,7 @@
#include <poll.h>
#include <villas/common.h>
#include <villas/log.hpp>
namespace villas {
namespace node {
@ -51,6 +52,7 @@ protected:
enum state state;
Api *api;
Logger logger;
int sd;