Always define FF_IOCTL6, because `top` and other tools not distinguish between inet or inet6

This commit is contained in:
root 2019-07-15 20:02:58 +08:00
parent e49450aae1
commit 3f2c0f7483
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ enum FF_MSG_TYPE {
FF_UNKNOWN = 0,
FF_SYSCTL,
FF_IOCTL,
#ifdef INET6
//#ifdef INET6
FF_IOCTL6,
#endif
//#endif
FF_ROUTE,
FF_TOP,
FF_NGCTL,