From eced3ea09563db280f3ac4392426b23e239fdcca Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 10 Jun 2019 22:41:48 +0200 Subject: [PATCH] nss: search.h: re-order struct file members --- nss/search.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nss/search.h b/nss/search.h index f85ef91..9012b49 100644 --- a/nss/search.h +++ b/nss/search.h @@ -27,8 +27,8 @@ struct search_key { const char *name; const uint64_t *id; - uint64_t offset; const void *data; + uint64_t offset; }; uint64_t *search(struct search_key *key, const void *index, uint64_t count) __attribute__((visibility("hidden"))); -- 2.43.2