summaryrefslogtreecommitdiff
path: root/src/libsystemd/libsystemd.sym
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-04-20 16:01:53 +0200
committerLennart Poettering <lennart@poettering.net>2021-04-20 17:14:10 +0200
commit8626b43be42b9db065f8fdf2b057990ef511150e (patch)
tree57ac67ffe07f8952743122f9d47d9292512ac7e3 /src/libsystemd/libsystemd.sym
parent75dc190d39bb71428ab0a0e6185af42aef9451a1 (diff)
downloadsystemd-8626b43be42b9db065f8fdf2b057990ef511150e.tar.gz
sd-device: add API to query from when a udev database entry is
We already store a CLOCK_MONOTONIC timestamp for each device appearance, let' make this queriable. This is useful to determine whether a udev device database entry is from a current appearance of the device or a previous one, by comparing it with appropriately taken timestamps.
Diffstat (limited to 'src/libsystemd/libsystemd.sym')
-rw-r--r--src/libsystemd/libsystemd.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym
index b025b55026..996bf25d6c 100644
--- a/src/libsystemd/libsystemd.sym
+++ b/src/libsystemd/libsystemd.sym
@@ -756,4 +756,5 @@ LIBSYSTEMD_249 {
global:
sd_device_monitor_filter_add_match_sysattr;
sd_device_monitor_filter_add_match_parent;
+ sd_device_get_usec_initialized;
} LIBSYSTEMD_248;