stats: Move misplaced comment block

Type: fix
Fixes: fdc678081ca5f0971b8bcbf312c1e83017365c33

Change-Id: I64d15b050cfd3d88923bf996cb68b13504dbf6af
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
This commit is contained in:
Vratko Polak
2020-08-14 18:00:33 +02:00
committed by Ole Trøan
parent f92bfb1bde
commit 9a412bcec4

View File

@ -90,9 +90,6 @@ typedef struct
uint64_t epoch;
} stat_segment_access_t;
/*
* Returns 0 on success, -1 on failure (timeout)
*/
static inline uint64_t
_time_now_nsec (void)
{
@ -108,6 +105,9 @@ stat_segment_adjust (stat_client_main_t * sm, void *data)
((char *) data - (char *) sm->shared_header->base));
}
/*
* Returns 0 on success, -1 on failure (timeout)
*/
static inline int
stat_segment_access_start (stat_segment_access_t * sa,
stat_client_main_t * sm)