diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-07-14 11:50:55 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-14 13:32:16 +0100 |
commit | 2600359b9b520ab386f069fbbcd656e5cdbd9b76 (patch) | |
tree | 215a08e6a9081935321692e8fe6aee8fa7e53930 /src/MAX_PROC_NR | |
parent | 7b3c76c95162f773dec03e0555d3060f0d2546c9 (diff) | |
download | libguestfs-2600359b9b520ab386f069fbbcd656e5cdbd9b76.tar.gz libguestfs-2600359b9b520ab386f069fbbcd656e5cdbd9b76.tar.xz libguestfs-2600359b9b520ab386f069fbbcd656e5cdbd9b76.zip |
Support for Linux extended attributes.
This commit adds six calls to support Linux extended attributes.
They are:
getxattrs list all extended attributes for a file or directory
setxattr add/replace an extended attribute
removexattr remove an extended attribute
lgetxattrs \
lsetxattr (same as above, but operate on symbolic links)
lremovexattr /
See attr(5) for more information.
This also adds support for the FBuffer field type, which maps to
an XDR opaque<> or a C (int, char *) pair.
Diffstat (limited to 'src/MAX_PROC_NR')
-rw-r--r-- | src/MAX_PROC_NR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR index dee261df..878d5a02 100644 --- a/src/MAX_PROC_NR +++ b/src/MAX_PROC_NR @@ -1 +1 @@ -140 +146 |