add RTF constants

This commit is contained in:
Doug MacEachern 2009-06-29 17:20:19 -07:00
parent e81c50eeca
commit 38e2e85132
1 changed files with 4 additions and 0 deletions

View File

@ -575,6 +575,10 @@ static void Init_rbsigar_constants(VALUE rclass)
RB_SIGAR_CONST_INT(TCP_BOUND);
RB_SIGAR_CONST_INT(TCP_UNKNOWN);
RB_SIGAR_CONST_INT(RTF_UP);
RB_SIGAR_CONST_INT(RTF_GATEWAY);
RB_SIGAR_CONST_INT(RTF_HOST);
RB_SIGAR_CONST_STR(NULL_HWADDR);
}