aboutsummaryrefslogtreecommitdiff
path: root/src/lib/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/third_party')
-rw-r--r--src/lib/third_party/include/actypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/third_party/include/actypes.h b/src/lib/third_party/include/actypes.h
index a76e91fe0..b775f6ac9 100644
--- a/src/lib/third_party/include/actypes.h
+++ b/src/lib/third_party/include/actypes.h
@@ -43,7 +43,7 @@ typedef char AC_ALPHABET_t;
* union for this purpose. you can add your desired type in it.
**/
typedef struct {
- u_int32_t number;
+ u_int32_t number; /* Often used to store procotolId */
u_int16_t category, breed;
} AC_REP_t;