#include "gm_call_trace.h"
#include "gm_debug.h"
#include "gm_debug_blocking.h"
#include "gm_enable_put.h"
#include "gm_internal.h"
Functions | |
GM_ENTRY_POINT void | gm_unknown (gm_port_t *p, gm_recv_event_t *e) |
This file contains the GM API function gm_unknown().
|
gm_unknown() handles all GM events not recognized or processed by the client software, allowing the GM library and network interface card firmware to interact. This function also catches and reports several common client program errors, and converts some unrecognizable events into recognizable form for the client.
|