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

dev
root 2019-07-15 20:02:58 +08:00
parent 9e60a85fe5
commit 5f5ff92287
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,