From a29c4230529d56322b1d2fbb82a83a0801c4a920 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 2 Feb 2015 20:39:14 +1100 Subject: [PATCH] Trivial comment change --- src/stratifier.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stratifier.c b/src/stratifier.c index 424c4f4f..e44b7225 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -3647,8 +3647,8 @@ static void ckdbq_process(ckpool_t *ckp, char *msg) if (test_and_clear(&sdata->ckdb_offline, &sdata->ckdb_lock)) LOGWARNING("Successfully resumed talking to ckdb"); - /* TODO: Process any requests from ckdb that are heartbeat responses - * with specific requests. */ + /* Process any requests from ckdb that are heartbeat responses with + * specific requests. */ if (likely(buf)) { char response[PAGESIZE] = {};