Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2016 02:41:26 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r307604 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201608150241.u7F2fQ3n098219@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Mon Aug 15 02:41:26 2016
New Revision: 307604
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307604

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:40:01 2016	(r307603)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h	Mon Aug 15 02:41:26 2016	(r307604)
@@ -37,6 +37,7 @@
 #define	__constructor	__attribute__((constructor))
 
 struct afswtch;
+struct ifaddrs;
 
 struct afswtch {
 	const char	*af_name;	/* as given on cmd line, e.g. "inet" */
@@ -52,7 +53,6 @@
 	 */
 	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?201608150241.u7F2fQ3n098219>