PERFORCE change 99936 for review

Alex Lyashkov als at FreeBSD.org
Sat Jun 24 13:40:55 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=99936

Change 99936 by als at als_head on 2006/06/24 13:40:48

	add jail2_disk diffinition.

Affected files ...

.. //depot/projects/jail2/sys/sys/jail2.h#3 edit

Differences ...

==== //depot/projects/jail2/sys/sys/jail2.h#3 (text+ko) ====

@@ -129,9 +129,10 @@
 #ifdef _KERNEL
 
 struct thread;
-int jail2_common(struct thread *td, struct jail_2	*j);
-int jail2_network(struct thread *td, struct jail_2	*j);
-int jail2_resource(struct thread *td, struct jail_2	*j);
+int jail2_common(struct thread *td, struct jail_2 *j);
+int jail2_network(struct thread *td, struct jail_2 *j);
+int jail2_resource(struct thread *td, struct jail_2 *j);
+int jail2_disk(struct thread *td, struct jail_2	*j);
 
 #endif /* !_KERNEL */
 #endif /* !_SYS_JAIL2_H_ */


More information about the p4-projects mailing list