File libsrc/bpo_attach.c


Included Files


Local Variables

comms_hint
static void* comms_hint
Used in: comms_shm_attach()  
  comms_shm_detach()  
  get_comms_hint()  

do_mmap
static int do_mmap

Used in: comms_shm_attach()  
  comms_shm_detach()  

Global Function comms_shm_attach()

void* comms_shm_attach ( const char* config_name, int flags )
Prototyped in: mplib1/bpo_proc.h
Calls: Create_SODB_mmap_priv() libsrc/bpo_init.c
  Create_SODB_shm_priv() libsrc/bpo_init.c
  eval_private_default() libsrc/cfg_f_021.c
  get_private_flag() libsrc/cfg_f_015.c
  get_private_int() libsrc/cfg_f_013.c
  read_private_file() libsrc/cfg_f_009.c
References Variables: comms_hint libsrc/bpo_attach.c
  do_mmap libsrc/bpo_attach.c

Global Function comms_shm_detach()

void comms_shm_detach ( void )
Prototyped in: mplib1/bpo_proc.h
Calls: Detach_SODB_mmap() libsrc/bpo_init.c
  Detach_SODB_shm() libsrc/bpo_init.c
References Variables: comms_hint libsrc/bpo_attach.c
  do_mmap libsrc/bpo_attach.c

Global Function get_comms_hint()

void* get_comms_hint ( void )
Prototyped in: mplib1/bpo_proc.h
References Variables: comms_hint libsrc/bpo_attach.c