Changeset 803

Show
Ignore:
Timestamp:
04/12/07 18:14:30 (2 years ago)
Author:
hachi
Message:

The rename this command to be consistent with the other names for added commands.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/filepaths-20070306/server/lib/MogileFS/Plugin/FilePaths.pm

    r775 r803  
    169169    # now let's define the extra plugin commands that we allow people to interact with us 
    170170    # just like with a regular MogileFS command 
    171     MogileFS::register_worker_command( 'list_directory', sub { 
     171    MogileFS::register_worker_command( 'filepaths_list_directory', sub { 
    172172        # get parameters 
    173173        my MogileFS::Worker::Query $self = shift;