summaryrefslogtreecommitdiffstats
path: root/libmount/src/libmount.sym
diff options
context:
space:
mode:
authorKarel Zak2014-12-15 14:13:25 +0100
committerKarel Zak2015-01-06 16:19:02 +0100
commitfc79d3ab446522cbcc15b7fd8bb9083bfa356b61 (patch)
tree8a6b2c616ee041515d5e002810632138f28eea89 /libmount/src/libmount.sym
parentipcrm: fix usage (diff)
downloadkernel-qcow2-util-linux-fc79d3ab446522cbcc15b7fd8bb9083bfa356b61.tar.gz
kernel-qcow2-util-linux-fc79d3ab446522cbcc15b7fd8bb9083bfa356b61.tar.xz
kernel-qcow2-util-linux-fc79d3ab446522cbcc15b7fd8bb9083bfa356b61.zip
libmount: split monitor initialization
The patch introduces mnt_monitor_enable_*() functions (now for userspace only) to make the API easy to use for high-level purpose. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/libmount.sym')
-rw-r--r--libmount/src/libmount.sym2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/libmount.sym b/libmount/src/libmount.sym
index d5c4643e4..039475aae 100644
--- a/libmount/src/libmount.sym
+++ b/libmount/src/libmount.sym
@@ -299,7 +299,7 @@ MOUNT_2.25 {
} MOUNT_2.24;
MOUNT_2.26 {
- mnt_monitor_get_events;
+ mnt_monitor_enable_userspace;
mnt_monitor_get_filename;
mnt_monitor_is_changed;
mnt_monitor_userspace_get_fd;