diff options
Diffstat (limited to 'aufgabe3/main.c')
| -rw-r--r-- | aufgabe3/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aufgabe3/main.c b/aufgabe3/main.c index 12b61fa..c0ec8b3 100644 --- a/aufgabe3/main.c +++ b/aufgabe3/main.c @@ -112,7 +112,7 @@ int main() { mqueue_init(MQ_TO_MONITOR); pconv = fork_child(conv, conv_cleanup); - plog = fork_child(logmsg, logmsg_cleanup); + plog = fork_child(log, log_cleanup); pstatistic = fork_child(statistic, statistic_cleanup); pmonitor = fork_child(monitor, monitor_cleanup); |
