mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
initialize and start log properly
This commit is contained in:
parent
b23000e2a8
commit
770eda23fc
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ void quit(int sig)
|
|||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
struct log log;
|
||||
|
||||
log_init(&log, V, LOG_ALL);
|
||||
log_start(&log);
|
||||
|
||||
int readcnt, writecnt, avail;
|
||||
|
||||
if (argc != 2) {
|
||||
|
|
Loading…
Add table
Reference in a new issue