aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_common_logging_runtime_loglevels.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-24 18:22:10 +0000
committerng0 <ng0@n0.is>2019-11-24 18:22:10 +0000
commit330adf7006c7d2cd36723e0df8888e4afc8ac77a (patch)
tree46f54423904d6c7d9bf3e7f58be9a414d6aadb5d /src/util/test_common_logging_runtime_loglevels.c
parent52ece4ab06393aafce029f50afbee2ce1aa877d8 (diff)
parentd17a17ea785f91c18b5694eab3372c4e4564d95e (diff)
downloadgnunet-330adf7006c7d2cd36723e0df8888e4afc8ac77a.tar.gz
gnunet-330adf7006c7d2cd36723e0df8888e4afc8ac77a.zip
Merge branch 'master' of gnunet.org:gnunet
Diffstat (limited to 'src/util/test_common_logging_runtime_loglevels.c')
-rw-r--r--src/util/test_common_logging_runtime_loglevels.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c
index 2f5efa198..e6d83d52c 100644
--- a/src/util/test_common_logging_runtime_loglevels.c
+++ b/src/util/test_common_logging_runtime_loglevels.c
@@ -207,7 +207,7 @@ read_output_line (int phase_from1, int phase_to1, int phase_from2,
207 */ 207 */
208#define LOG_MAX_LINE_LENGTH (17) 208#define LOG_MAX_LINE_LENGTH (17)
209 209
210#define LOG_BUFFER_SIZE LOG_MAX_NUM_LINES *LOG_MAX_LINE_LENGTH 210#define LOG_BUFFER_SIZE LOG_MAX_NUM_LINES * LOG_MAX_LINE_LENGTH
211 211
212static char buf[LOG_BUFFER_SIZE]; 212static char buf[LOG_BUFFER_SIZE];
213 213
@@ -238,7 +238,7 @@ read_call (void *cls)
238 read_task = GNUNET_SCHEDULER_add_read_file (GNUNET_TIME_UNIT_FOREVER_REL, 238 read_task = GNUNET_SCHEDULER_add_read_file (GNUNET_TIME_UNIT_FOREVER_REL,
239 stdout_read_handle, 239 stdout_read_handle,
240 &read_call, 240 &read_call,
241 (void*) stdout_read_handle); 241 (void *) stdout_read_handle);
242 return; 242 return;
243 } 243 }
244 244
@@ -430,7 +430,7 @@ runone ()
430 read_task = GNUNET_SCHEDULER_add_read_file (GNUNET_TIME_UNIT_FOREVER_REL, 430 read_task = GNUNET_SCHEDULER_add_read_file (GNUNET_TIME_UNIT_FOREVER_REL,
431 stdout_read_handle, 431 stdout_read_handle,
432 &read_call, 432 &read_call,
433 (void*) stdout_read_handle); 433 (void *) stdout_read_handle);
434} 434}
435 435
436 436