#include <StorageCommand.h>
Public Member Functions | |
StorageCommand (DTNStorageConfig *config) | |
int | exec (int argc, const char **argv, Tcl_Interp *interp) |
Protected Attributes | |
bool | inited_ |
Definition at line 29 of file StorageCommand.h.
dtn::StorageCommand::StorageCommand | ( | DTNStorageConfig * | config | ) |
Definition at line 28 of file StorageCommand.cc.
References inited_, 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 | |||
) |
bool dtn::StorageCommand::inited_ [protected] |