add NULL_HWADDR constant
This commit is contained in:
parent
77f9bdd50b
commit
75f2f90b07
|
@ -536,6 +536,8 @@ SIGAR_DECLARE(int) sigar_net_route_list_destroy(sigar_t *sigar,
|
||||||
#define SIGAR_IFF_MULTICAST 0x800
|
#define SIGAR_IFF_MULTICAST 0x800
|
||||||
#define SIGAR_IFF_SLAVE 0x1000
|
#define SIGAR_IFF_SLAVE 0x1000
|
||||||
|
|
||||||
|
#define SIGAR_NULL_HWADDR "00:00:00:00:00:00"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char name[16];
|
char name[16];
|
||||||
char type[64];
|
char type[64];
|
||||||
|
|
Loading…
Reference in New Issue