From 7f79d2e28f48a465bdade8fe5381fffbf3d5fb0f Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Fri, 2 Oct 2015 16:55:38 +0200 Subject: [PATCH] comment param --- storage.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/storage.c b/storage.c index 20a8b2d..ef3927d 100644 --- a/storage.c +++ b/storage.c @@ -512,9 +512,9 @@ struct jparam { time_t s_hi; output_type otype; int limit; /* if non-zero, we're searching backwards */ - JsonNode *fields; - char *username; - char *device; + JsonNode *fields; /* If non-NULL array of fields names to return */ + char *username; /* If non-NULL, add username to location */ + char *device; /* If non-NULL, add device name to location */ }; /*