34 #include <sys/types.h> 38 #define PID_ASCII_SIZE 11 39 pid_t GetDaemonPid(
void);
40 int SendHotplugSignal(
void);
45 int CheckForOpenCT(
void);
47 long int time_sub(
struct timeval *a,
struct timeval *b);
50 #define THREAD_ATTR_DEFAULT 0 51 #define THREAD_ATTR_DETACHED 1 53 #define PCSCLITE_THREAD_FUNCTION(f) void *(*f)(void *) 55 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.