#include "gm_internal.h"
#include "gm_send_queue.h"
Functions | |
GM_ENTRY_POINT void | gm_free_send_tokens (gm_port_t *p, unsigned priority, unsigned count) |
This file contains the GM API function gm_free_send_tokens().
|
gm_free_send_tokens() increments a count of free send tokens of priority for port so that it can later be allocated using gm_alloc_send_token(). Clients may choose to maintain their own count of send tokens in the client's possession instead of using this utility function.
|