Date: Mon, 15 Aug 2016 02:42:16 GMT From: yuanxunzhang@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r307605 - soc2016/yuanxunzhang/head/usr.sbin/eaps Message-ID: <201608150242.u7F2gGGg022355@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang Date: Mon Aug 15 02:42:16 2016 New Revision: 307605 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307605 Log: EAPS: query eaps domian status Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h ============================================================================== --- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h Mon Aug 15 02:41:26 2016 (r307604) +++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h Mon Aug 15 02:42:16 2016 (r307605) @@ -53,6 +53,7 @@ */ void (*af_status)(int, const struct ifaddrs *); void (*af_other_status)(int); + struct afswtch *af_next; }; void af_register(struct afswtch *); \ No newline at end of file
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608150242.u7F2gGGg022355>