#include "gm_internal.h"
#include "gm_send_queue.h"
Functions | |
GM_ENTRY_POINT void | gm_free_send_token (gm_port_t *p, unsigned priority) |
This file contains the GM API function gm_free_send_token().
|
gm_free_send_token() increments a free send token 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.
|