--- perl-llin/Fuse.pm 2007/01/20 12:21:12 108 +++ perl-llin/Fuse.pm 2008/03/16 13:40:44 120 @@ -28,7 +28,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = (); -our $VERSION = '0.09_1'; +our $VERSION = '0.09_2'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() @@ -234,6 +234,15 @@ =back +=head3 Fuse::fuse_get_context + + use Fuse "fuse_get_context"; + my $caller_uid = fuse_get_context()->{"uid"}; + my $caller_gid = fuse_get_context()->{"gid"}; + my $caller_pid = fuse_get_context()->{"pid"}; + +Access context information about the current Fuse operation. + =head2 FUNCTIONS YOUR FILESYSTEM MAY IMPLEMENT =head3 getattr