[Midnightbsd-cvs] src [12383] trunk/sys/sys/loginclass.h: Sync with FreeBSD 11-stable

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Feb 16 17:40:03 EST 2020


Revision: 12383
          http://svnweb.midnightbsd.org/src/?rev=12383
Author:   laffer1
Date:     2020-02-16 17:40:02 -0500 (Sun, 16 Feb 2020)
Log Message:
-----------
Sync with FreeBSD 11-stable

Modified Paths:
--------------
    trunk/sys/sys/loginclass.h

Modified: trunk/sys/sys/loginclass.h
===================================================================
--- trunk/sys/sys/loginclass.h	2020-02-16 22:39:47 UTC (rev 12382)
+++ trunk/sys/sys/loginclass.h	2020-02-16 22:40:02 UTC (rev 12383)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2011 The FreeBSD Foundation
  * All rights reserved.
@@ -26,7 +27,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $MidnightBSD$
+ * $FreeBSD: stable/11/sys/sys/loginclass.h 331722 2018-03-29 02:50:57Z eadler $
  */
 
 #ifndef _SYS_LOGINCLASS_H_
@@ -48,6 +49,7 @@
 void	loginclass_free(struct loginclass *lc);
 struct loginclass	*loginclass_find(const char *name);
 void	loginclass_racct_foreach(void (*callback)(struct racct *racct,
-	    void *arg2, void *arg3), void *arg2, void *arg3);
+	    void *arg2, void *arg3), void (*pre)(void), void (*post)(void),
+	    void *arg2, void *arg3);
 
 #endif /* !_SYS_LOGINCLASS_H_ */



More information about the Midnightbsd-cvs mailing list