From b955fa07fc256b39caedb311f97fed404a63c8d5 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 16 Dec 2013 10:49:29 +0800 Subject: sysinfo: Add interface link status to sysinfo data This changes adds a 'link' parameter to the interface information sent in sysinfo messages. The discover network code populates this from the incoming netlink messages. Signed-off-by: Jeremy Kerr --- discover/sysinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discover/sysinfo.h') diff --git a/discover/sysinfo.h b/discover/sysinfo.h index d8ba33d..7181c99 100644 --- a/discover/sysinfo.h +++ b/discover/sysinfo.h @@ -7,8 +7,8 @@ struct discover_server; const struct system_info *system_info_get(void); -void system_info_register_interface(unsigned hwaddr_size, uint8_t *hwaddr, - const char *name); +void system_info_register_interface(unsigned int hwaddr_size, uint8_t *hwaddr, + const char *name, bool link); void system_info_register_blockdev(const char *name, const char *uuid, const char *mountpoint); -- cgit v1.2.1