]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
nss: search.h: re-order struct file members
authorSimon Ruderich <simon@ruderich.org>
Mon, 10 Jun 2019 20:41:48 +0000 (22:41 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 10 Jun 2019 20:41:48 +0000 (22:41 +0200)
nss/search.h

index f85ef91ededef028b41426df1c6ae9b0715e26e3..9012b49d29598ef7eb51d653dff4690af2841109 100644 (file)
@@ -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")));