disk_component
interface is implemented by components
that provide disk storage. The size() member function should
return the total disk size provided by the component, once configured.
SIM_INTERFACE(disk_component) { uint64 (*size)(conf_object_t *obj); }; #define DISK_COMPONENT_INTERFACE "disk_component"