summaryrefslogtreecommitdiff
path: root/toxcore/assoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/assoc.h')
-rw-r--r--toxcore/assoc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxcore/assoc.h b/toxcore/assoc.h
index b03792c3..9dbc75f2 100644
--- a/toxcore/assoc.h
+++ b/toxcore/assoc.h
@@ -7,6 +7,9 @@
7 7
8/* For the legalese parts, see tox.h. */ 8/* For the legalese parts, see tox.h. */
9 9
10/* enumerated lists are superior to magic numbers */
11enum NODE_STATUS { BAD, SEENB_HEARDG, SEENG, USED };
12
10/* 13/*
11 * Module to store currently unused ID <=> IP associations 14 * Module to store currently unused ID <=> IP associations
12 * for a potential future use 15 * for a potential future use