IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17736 for trunk/Nebulous/lib


Ignore:
Timestamp:
May 19, 2008, 10:52:20 AM (18 years ago)
Author:
jhoblitt
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Client.pod

    r17448 r17736  
    1919    $neb->lock( "key", 'write' );
    2020    $neb->unlock( "key", 'write' );
     21    $neb->setxattr( $key, $name, $value, $flags );
     22    $neb->getxattr( $key, $name );
     23    $neb->listxattr( $key );
     24    $neb->removexattr( $key, $name );
    2125    my $uris = $neb->find_objects( $pattern );
    2226    my $uris = $neb->find_instances( "key", "node01" );
Note: See TracChangeset for help on using the changeset viewer.