gm_alloc_send_token() allocates a send token of priority priority previously freed with gm_free_send_token() and returns 0 if no token is available. Clients may choose to maintain their own send token counts without using this utility function. -
Return values:
-
send_token_cnt |
|
0 |
Error occurred. |
-
Parameters:
-
p |
(IN) The GM port on the source/sender GM node from which the communication will be sent. |
priority |
(IN) The priority of the message to be sent. |
-
Author:
-
Glenn Brown
-
Version:
-
GM_API_VERSION (as defined in gm.h)
|