Add experimental loop detection to the routing system.

This commit is contained in:
David Reid
2021-01-06 19:06:39 +10:00
parent c540366921
commit 4f96309cbf
3 changed files with 166 additions and 86 deletions
+1
View File
@@ -1774,6 +1774,7 @@ typedef int ma_result;
#define MA_NO_DEVICE -104
#define MA_API_NOT_FOUND -105
#define MA_INVALID_DEVICE_CONFIG -106
#define MA_LOOP -107
/* State errors. */
#define MA_DEVICE_NOT_INITIALIZED -200