Révision 4a9b0e47
multicpu1sec-c: remove debugging statements
| plugins/system/multicpu1sec/multicpu1sec-c.c | ||
|---|---|---|
| 81 | 81 |
} |
| 82 | 82 |
|
| 83 | 83 |
int acquire() {
|
| 84 |
printf("acquire()\n");
|
|
| 85 | 84 |
|
| 86 | 85 |
/* write the pid */ |
| 87 | 86 |
FILE* pid_file = fopen(pid_filename, "w"); |
| ... | ... | |
| 128 | 127 |
} |
| 129 | 128 |
|
| 130 | 129 |
int fetch() {
|
| 131 |
printf("fetch()\n");
|
|
| 132 | 130 |
FILE* cache_file = fopen(cache_filename, "r+"); |
| 133 | 131 |
|
| 134 | 132 |
/* lock */ |
Formats disponibles : Unified diff