genericopenlibs/openenvcore/include/sys/_iovec.dosc
changeset 0 e4d67989cc36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/include/sys/_iovec.dosc	Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,19 @@
+/** @file ../include/sys/_iovec.h
+@internalComponent
+*/
+
+/** @struct iovec
+
+This iovec structure is filled with the data pointer and the length of the data to be passed to the kernel. 
+
+@publishedAll
+@released
+*/
+
+/** @var iovec::iov_base
+Contains the address of a buffer. 
+*/
+
+/** @var iovec::iov_len
+Contains the length of the buffer.
+*/