diff options
author | Richard Jones <rjones@redhat.com> | 2010-05-18 21:47:19 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-05-20 10:30:12 +0100 |
commit | bda6cf75f259992bcba23c3c4c2339c50552f491 (patch) | |
tree | 998d4d6846d0e461b09123e693bddbd9a1f42a89 /TODO | |
parent | 5af010c96d687a7cf5251107a74770a231f42b77 (diff) | |
download | libguestfs-bda6cf75f259992bcba23c3c4c2339c50552f491.tar.gz libguestfs-bda6cf75f259992bcba23c3c4c2339c50552f491.tar.xz libguestfs-bda6cf75f259992bcba23c3c4c2339c50552f491.zip |
generator: Implement BufferIn parameter type (RHBZ#501889).
The BufferIn argument turns into various things:
in C const char *, size_t parameter pair
in XDR an opaque<> type (instead of string) which allows \0 chars
in other bindings
mostly just a string, since most languages except for C
permit strings to contain any 8 bit data
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -17,15 +17,6 @@ IDs and the host. It's not easy to automate this because you need extra details about the guest itself in order to get to its UID->username map (eg. /etc/passwd from the guest). -BufferIn --------- - -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 - febootstrap / debootstrap inside appliance ------------------------------------------ |