mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 22:25:23 +00:00
multicpu1sec-c: remove debugging statements
This commit is contained in:
parent
339bfec68f
commit
4a9b0e4796
1 changed files with 0 additions and 2 deletions
|
@ -81,7 +81,6 @@ time_t wait_until_next_second() {
|
||||||
}
|
}
|
||||||
|
|
||||||
int acquire() {
|
int acquire() {
|
||||||
printf("acquire()\n");
|
|
||||||
|
|
||||||
/* write the pid */
|
/* write the pid */
|
||||||
FILE* pid_file = fopen(pid_filename, "w");
|
FILE* pid_file = fopen(pid_filename, "w");
|
||||||
|
@ -128,7 +127,6 @@ int acquire() {
|
||||||
}
|
}
|
||||||
|
|
||||||
int fetch() {
|
int fetch() {
|
||||||
printf("fetch()\n");
|
|
||||||
FILE* cache_file = fopen(cache_filename, "r+");
|
FILE* cache_file = fopen(cache_filename, "r+");
|
||||||
|
|
||||||
/* lock */
|
/* lock */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue