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

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Thu Aug 18 17:07:07 UTC 2016


Author: yuanxunzhang
Date: Thu Aug 18 17:07:06 2016
New Revision: 307969
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307969

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	Thu Aug 18 16:22:40 2016	(r307968)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h	Thu Aug 18 17:07:06 2016	(r307969)
@@ -47,4 +47,5 @@
 	uint8_t         active;             /* enable or disable eaps */
 };
 
+
 #define	SIOCSEAPSDOMAIN		 _IOWR('i', 300, struct eaps_state)


More information about the svn-soc-all mailing list