mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Add timing and polling infrastructure
Add timeout mechanism as an asynchronous equivalent of sleeping (uru4000 needs this). Start implementing polling infrastructure which also accounts for pending timeouts. We don't expose file descriptors yet, but this is a start.
This commit is contained in:
@@ -8,6 +8,7 @@ AC_PROG_CC
|
||||
AC_PROG_LIBTOOL
|
||||
AC_C_INLINE
|
||||
AM_PROG_CC_C_O
|
||||
AC_DEFINE([_GNU_SOURCE], [], [Use GNU extensions])
|
||||
|
||||
# Library versioning
|
||||
lt_major="0"
|
||||
|
||||
Reference in New Issue
Block a user