21#include "crabmeat-common.h"
22#include "string/cbm_string.h"
35 : cfg( NULL), ptr( NULL) { }
45 kmount_t( kspatial_t *, kernel_t * );
47 lerr_t enqueue_for_mount( cbm::string_t
const & ,
48 lid_t
const & , cbm::string_t ,
49 cbm::kernel_t * , cbm::mountargs_t
const * );
50 lerr_t enqueue_for_umount(
51 cbm::string_t
const & , cbm::kernel_t * );
53 lerr_t resolve_services( cbm::services_t * ,
54 cbm::entities_t
const & ,
55 cbm::services_t
const & , cbm::kernel_t * );
58 kspatial_t * m_kspatial;
The "Service Registry" holds information about available services (e.g., models, readers,...
Definition Lresources.h:51