aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.c
diff options
context:
space:
mode:
authorOndrej Čerman <ondrej.cerman@gmail.com>2018-11-27 23:25:42 +0100
committerLeandro A. F. Pereira <leandro@hardinfo.org>2018-11-30 04:57:38 -0800
commitbca05f203758173c227aed228463fdddefcd8c6a (patch)
tree760dc8abb94d5279f62990ff9e4d41e97fe7bda3 /modules/devices.c
parent0f3cf14d062ccd89467ecd933081b18a4e6636b9 (diff)
devices/storage: added udisks2 support
Diffstat (limited to 'modules/devices.c')
-rw-r--r--modules/devices.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/devices.c b/modules/devices.c
index 4439c058..d875aa93 100644
--- a/modules/devices.c
+++ b/modules/devices.c
@@ -791,12 +791,14 @@ void hi_module_init(void)
init_memory_labels();
init_cups();
sensors_init();
+ storage_init();
}
void hi_module_deinit(void)
{
moreinfo_del_with_prefix("DEV");
sensors_shutdown();
+ storage_shutdown();
g_hash_table_destroy(memlabels);
g_module_close(cups);
}