NetTest - Clean up TCP code a little, add lost packet checks
[tpg/acess2.git] / Tools / nativelib / semaphore.c
index c1476f6..20c3293 100644 (file)
@@ -8,6 +8,11 @@
 #include <acess.h>
 #include <semaphore.h>
 
+#if 0
+TODO:: Rework kernel-land semaphore code to use events
+- Allows it to be used here and be tested easier
+#endif
+
 // === CODE ===
 void Semaphore_Init(tSemaphore *Sem, int InitValue, int MaxValue, const char *Module, const char *Name)
 {

UCC git Repository :: git.ucc.asn.au