Changeset 803
- Timestamp:
- 04/12/07 18:14:30 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/filepaths-20070306/server/lib/MogileFS/Plugin/FilePaths.pm
r775 r803 169 169 # now let's define the extra plugin commands that we allow people to interact with us 170 170 # just like with a regular MogileFS command 171 MogileFS::register_worker_command( ' list_directory', sub {171 MogileFS::register_worker_command( 'filepaths_list_directory', sub { 172 172 # get parameters 173 173 my MogileFS::Worker::Query $self = shift;
