j
k
j a
j l
Christian Costa titan.costa@wanadoo.fr writes:
+static int npfd; +static int pfd_array_size = 0; +static struct pollfd *pfd = NULL;
This isn't thread-safe. Why don't you simply allocate the array in the function and free it when you are done?
Back to the thread
Back to the list