PERFORCE change 219902 for review

Brooks Davis brooks at FreeBSD.org
Thu Dec 13 21:25:06 UTC 2012


http://p4web.freebsd.org/@@219902?ac=10

Change 219902 by brooks at brooks_zenith on 2012/12/13 21:24:16

	Add an offset to support buffer or capability based read functions.

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/ctsrd-lib/libimagebox/iboxpriv.h#5 edit

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/ctsrd-lib/libimagebox/iboxpriv.h#5 (text+ko) ====

@@ -34,6 +34,7 @@
 struct ibox_decode_state
 {
 	int			 fd;
+	size_t			 offset;
 	struct iboxstate	*is;
 	uint32_t		*buffer;
 };


More information about the p4-projects mailing list