chiark / gitweb /
job: fix loss of ordering with restart jobs
[elogind.git] / src / hashmap.c
index 7ef809746d3a67f0cfbf4220bbcd05bd673bce93..6928118615ba48306f15b9afee225550a62ed758 100644 (file)
@@ -55,10 +55,10 @@ struct pool {
         unsigned n_used;
 };
 
-struct pool *first_hashmap_pool = NULL;
+static struct pool *first_hashmap_pool = NULL;
 static void *first_hashmap_tile = NULL;
 
-struct pool *first_entry_pool = NULL;
+static struct pool *first_entry_pool = NULL;
 static void *first_entry_tile = NULL;
 
 static void* allocate_tile(struct pool **first_pool, void **first_tile, size_t tile_size) {