Class to control the storage system. More...
#include <StorageCommand.h>
Public Member Functions | |
StorageCommand (DTNStorageConfig *config) | |
int | exec (int argc, const char **argv, Tcl_Interp *interp) |
Protected Attributes | |
bool | inited_ |
Class to control the storage system.
Definition at line 29 of file StorageCommand.h.
dtn::StorageCommand::StorageCommand | ( | DTNStorageConfig * | config | ) |
Definition at line 24 of file StorageCommand.cc.
References dtn::DTNStorageConfig::payload_dir_, dtn::DTNStorageConfig::payload_fd_cache_size_, and dtn::DTNStorageConfig::payload_quota_.
int dtn::StorageCommand::exec | ( | int | argc, | |
const char ** | argv, | |||
Tcl_Interp * | interp | |||
) |
Definition at line 95 of file StorageCommand.cc.
Referenced by dtnsim::NodeCommand::exec().
bool dtn::StorageCommand::inited_ [protected] |
Definition at line 35 of file StorageCommand.h.