mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
api: fix cppcheck warnings
This commit is contained in:
parent
d16ab6b0fc
commit
79f930301f
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,9 @@ using namespace villas;
|
|||
using namespace villas::node;
|
||||
|
||||
APINode::APINode(const std::string &name) :
|
||||
Node(name)
|
||||
Node(name),
|
||||
read(),
|
||||
write()
|
||||
{
|
||||
int ret;
|
||||
auto dirs = std::vector{&read, &write};
|
||||
|
|
Loading…
Add table
Reference in a new issue