add some route flags

This commit is contained in:
Doug MacEachern 2005-07-12 18:40:38 +00:00
parent 568e3045bf
commit 300ef18259
1 changed files with 4 additions and 0 deletions

View File

@ -403,6 +403,10 @@ SIGAR_DECLARE(int)
sigar_net_info_get(sigar_t *sigar,
sigar_net_info_t *netinfo);
#define SIGAR_RTF_UP 0x1
#define SIGAR_RTF_GATEWAY 0x2
#define SIGAR_RTF_HOST 0x4
typedef struct {
sigar_uint64_t
destination,