chiark / gitweb /
libudev: rename ctrl_msg to ctrl_msg_wire
[elogind.git] / udev / lib / test-libudev.c
index 4dcc80a141c666c2e446f44cb451c44840eab7be..929fd667301e344acd1023b945deae910a420964 100644 (file)
@@ -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);