diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-15 18:01:15 -0700 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-15 18:01:15 -0700 |
commit | 7b3a52f4999fa66914868f92b6ef139ba636648b (patch) | |
tree | fee290ce4b1d0188ff16dd340e4d33b2a314b797 /udev/lib/test-libudev.c | |
parent | 8753fadf2a6ecead372e71b8bf9336cf29f9c958 (diff) |
libudev: rename ctrl_msg to ctrl_msg_wire
Diffstat (limited to 'udev/lib/test-libudev.c')
-rw-r--r-- | udev/lib/test-libudev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/udev/lib/test-libudev.c b/udev/lib/test-libudev.c index 4dcc80a141..929fd66730 100644 --- a/udev/lib/test-libudev.c +++ b/udev/lib/test-libudev.c @@ -56,6 +56,8 @@ static void print_device(struct udev_device *device) int count; printf("*** device: %p ***\n", device); + str = udev_device_get_action(device); + printf("action: '%s'\n", str); str = udev_device_get_syspath(device); printf("syspath: '%s'\n", str); str = udev_device_get_devpath(device); |