36 #include <sys/types.h>
40 #define PID_ASCII_SIZE 11
41 pid_t GetDaemonPid(
void);
42 int SendHotplugSignal(
void);
47 int CheckForOpenCT(
void);
49 long int time_sub(
struct timeval *a,
struct timeval *b);
52 #define THREAD_ATTR_DEFAULT 0
53 #define THREAD_ATTR_DETACHED 1
55 #define PCSCLITE_THREAD_FUNCTION(f) void *(*f)(void *)
57 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.