- Fix SM_Name_Prefix() implementation,
- Minor code cleanup.
This commit is contained in:
430
lib/libshmem.c
430
lib/libshmem.c
File diff suppressed because it is too large
Load Diff
@@ -289,7 +289,13 @@ char * SM_Lock_Status_Get (const char *, void *);
|
||||
/*------------------------------------------------------------------------------*/
|
||||
void SM_Error_Print (void);
|
||||
|
||||
|
||||
|
||||
/*------------------------------------------------------------------------------*/
|
||||
/* Pour préfixer un nom de heap avec le nom de l'instance utilisée */
|
||||
/* Add context prefix to heap name */
|
||||
/*------------------------------------------------------------------------------*/
|
||||
static char * SM_Name_Prefix (const char *);
|
||||
/* (O) Prefixed: Prefixed heap name */
|
||||
/* (I) Unprefixed: Unprefixed heap name */
|
||||
/*------------------------------------------------------------------------------*/
|
||||
|
||||
SMT_Status SM_Name_Prefix( char *, const char *);
|
||||
|
||||
Reference in New Issue
Block a user