summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/parser/handler.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/parser/handler.c b/test/parser/handler.c
index a9856b4..1589570 100644
--- a/test/parser/handler.c
+++ b/test/parser/handler.c
@@ -116,3 +116,9 @@ void discover_server_notify_plugins_remove(struct discover_server *server)
{
(void)server;
}
+
+int devmapper_destroy_snapshot(struct discover_device *device)
+{
+ (void)device;
+ return 0;
+}
OpenPOWER on IntegriCloud