inter_module_get_request
Name
inter_module_get_request -- im get with automatic request_module.
Synopsis
const void * inter_module_get_request
(const char * im_name, const char * modname);
Arguments
im_name
an arbitrary string to identify the data, must be unique
modname
module that is expected to register im_name
Description
If inter_module_get fails, do request_module then retry.