13 #include <sys/types.h>
17 #define PID_ASCII_SIZE 11
18 pid_t GetDaemonPid(
void);
19 int SendHotplugSignal(
void);
24 int CheckForOpenCT(
void);
26 long int time_sub(
struct timeval *a,
struct timeval *b);
29 #define THREAD_ATTR_DEFAULT 0
30 #define THREAD_ATTR_DETACHED 1
32 #define PCSCLITE_THREAD_FUNCTION(f) void *(*f)(void *)
34 int ThreadCreate(pthread_t *,
int, PCSCLITE_THREAD_FUNCTION( ),
long int time_sub(struct timeval *a, struct timeval *b)
return the difference (as long int) in µs between 2 struct timeval r = a - b
This keeps a list of Windows(R) types.
LONG SCardCheckDaemonAvailability(void)
Checks if the server is running.
This keeps track of a list of currently available reader structures.