socsvn commit: r307605 - soc2016/yuanxunzhang/head/usr.sbin/eaps

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Mon Aug 15 02:42:17 UTC 2016


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


More information about the svn-soc-all mailing list