Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
PRRT
Commits
6d4fda36
Commit
6d4fda36
authored
Mar 18, 2016
by
Andreas Schmidt
Browse files
Remove cleaner message.
parent
c1bbf355
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/prrt/processes/cleaner.c
View file @
6d4fda36
...
@@ -35,8 +35,6 @@ void *cleanup(void *ptr)
...
@@ -35,8 +35,6 @@ void *cleanup(void *ptr)
}
}
List_destroy
(
expired_packets
);
List_destroy
(
expired_packets
);
debug
(
"I CLEAN; Data-Store Size: %d, Block-Store Size: %d"
,
PrrtDataPacketStore_size
(
socket
->
dataPacketStore
),
PrrtRepairBlockStore_size
(
socket
->
repairBlockStore
));
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment