mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
1331a32223
To allow the actual waiting to run without any locking, split it into preparing the data it uses and the execution of the wait. The caller must provide with the buffer to store whatever data it requires to wait. Completely eliminates any reliance on the existence of anything but that data in the actual wait routine. Also fixed a few argument type warnings inside LOGGING. |
||
---|---|---|
.. | ||
crypto_test.c | ||
friends_test.c | ||
Makefile.inc | ||
messenger_test.c | ||
network_test.c |