This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********************************************************** | |
Bundle API summary: | |
int shmem_bundle_start(IN shmem_bundle_config_t config, | |
IN long config_mask, | |
OUT shmem_bundle_t *bundle); | |
void shmem_bundle_stop(IN shmem_bundle_t bundle); | |
typedef struct shmem_bundle { | |
shmem_ctx_t ctx; |