summaryrefslogtreecommitdiffstats
path: root/src/MAX_PROC_NR
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-07-14 11:50:55 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-07-14 13:32:16 +0100
commit2600359b9b520ab386f069fbbcd656e5cdbd9b76 (patch)
tree215a08e6a9081935321692e8fe6aee8fa7e53930 /src/MAX_PROC_NR
parent7b3c76c95162f773dec03e0555d3060f0d2546c9 (diff)
downloadlibguestfs-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_NR2
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