diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-07-21 11:00:47 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-21 11:18:34 +0100 |
commit | e315e0723ec8c2f84809f06d7f2ede4955dd6c67 (patch) | |
tree | 6ab1add695fea97184a3aa0680084c4f2c220a1b /TODO | |
parent | f6eb8d44942c3d550c72933c406905f2cb86278d (diff) | |
download | libguestfs-e315e0723ec8c2f84809f06d7f2ede4955dd6c67.tar.gz libguestfs-e315e0723ec8c2f84809f06d7f2ede4955dd6c67.tar.xz libguestfs-e315e0723ec8c2f84809f06d7f2ede4955dd6c67.zip |
Generator: Implement RBufferOut and "read-file" call.
This commit implements the RBufferOut type for returning
arbitrary 8 bit data from calls.
We also implement the guestfs_read_file call to read a
whole file that can contain any 8 bit content, but up to
a limit of ~ 2 MB.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,11 +14,11 @@ http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=150116 ---------------------------------------------------------------------- -BufferIn and BufferOut should turn into <char *, int> and simple -strings in other languages that can handle 8 bit clean strings. +BufferIn should turn into <char *, int> and simple strings in other +languages that can handle 8 bit clean strings. + Limit on transfers would still be 2MB for these types. - then implement write-file properly - - and implement read-file ---------------------------------------------------------------------- |