mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix compiler errors
This commit is contained in:
parent
e3ec18df73
commit
ffb27baee0
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ using namespace villas::node::api;
|
|||
Api::Api(SuperNode *sn) :
|
||||
state(STATE_INITIALIZED),
|
||||
super_node(sn),
|
||||
server(this),
|
||||
server(this)
|
||||
{
|
||||
logger = logging.get("api");
|
||||
}
|
||||
|
|
|
@ -65,7 +65,7 @@ SuperNode::SuperNode() :
|
|||
|
||||
name = hname;
|
||||
|
||||
logger = logging.get("super_node")
|
||||
logger = logging.get("super_node");
|
||||
}
|
||||
|
||||
int SuperNode::parseUri(const std::string &u)
|
||||
|
|
Loading…
Add table
Reference in a new issue