socsvn commit: r307818 - in soc2016/yuanxunzhang/head: sys/net usr.sbin/eaps

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Wed Aug 17 16:11:50 UTC 2016


Author: yuanxunzhang
Date: Wed Aug 17 16:11:49 2016
New Revision: 307818
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307818

Log:
  EAPS: query eaps domian status

Modified:
  soc2016/yuanxunzhang/head/sys/net/eaps.h
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h

Modified: soc2016/yuanxunzhang/head/sys/net/eaps.h
==============================================================================
--- soc2016/yuanxunzhang/head/sys/net/eaps.h	Wed Aug 17 16:08:31 2016	(r307817)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.h	Wed Aug 17 16:11:49 2016	(r307818)
@@ -53,7 +53,7 @@
 
 
 
-#define	SIOCSEAPSDOMAIN		 _IOWR('i', 300, struct eaps_reqall)
+#define	SIOCSEAPSDOMAIN		 _IOWR('i', 300, struct eaps_state)
 
 /*
  * Extreme Active Protection System (EAPS) definitions.

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h	Wed Aug 17 16:08:31 2016	(r307817)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h	Wed Aug 17 16:11:49 2016	(r307818)
@@ -43,4 +43,4 @@
 	uint8_t         active;             /* enable or disable eaps */
 };
 
-#define	SIOCSEAPSDOMAIN		 _IOWR('i', 300, struct eaps_reqall)
+#define	SIOCSEAPSDOMAIN		 _IOWR('i', 300, struct eaps_state)


More information about the svn-soc-all mailing list