chiark / gitweb /
hashmap: introduce hash_ops to make struct Hashmap smaller
[elogind.git] / src / remount-fs / remount-fs.c
index 847637a12ca3988e9f3970e2407e4a82bc54570a..cd7cfe7a474a3aa73405cb2179bbd0b2b2eea593 100644 (file)
@@ -64,7 +64,7 @@ int main(int argc, char *argv[]) {
                 return EXIT_FAILURE;
         }
 
                 return EXIT_FAILURE;
         }
 
-        pids = hashmap_new(trivial_hash_func, trivial_compare_func);
+        pids = hashmap_new(NULL);
         if (!pids) {
                 log_error("Failed to allocate set");
                 goto finish;
         if (!pids) {
                 log_error("Failed to allocate set");
                 goto finish;