mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 18:38:07 +00:00
virtual-device: Make cancellation support toggable
We may want to have the device to sleep while releasing an operation, this will allow to do it.
This commit is contained in:
@@ -80,6 +80,7 @@ struct _FpDeviceVirtualDevice
|
||||
guint wait_command_id;
|
||||
guint sleep_timeout_id;
|
||||
guint enroll_stages_passed;
|
||||
gboolean supports_cancellation;
|
||||
};
|
||||
|
||||
/* Not really final here, but we can do this to share the FpDeviceVirtualDevice
|
||||
|
||||
Reference in New Issue
Block a user