Definition in file gkemu.c.
Include dependency graph for gkemu.c:
Go to the source code of this file.
Functions | |
int | gkFormatPreamble (char *buf, size_t buf_len, gka_tag_t tag,...) |
Format the preamble into the given buffer. | |
int | gkFormatUpdate (char *buf, size_t buf_len, gka_tag_t tag,...) |
Format an update into the given buffer. | |
Variables | |
const char * | gkInitialUpdateOpen = "<initial_update>\n" |
Tag string used to mark the beginning of the "initial update". | |
const char * | gkInitialUpdateClose = "</initial_update>\n" |
Tag string used to mark the end of the "initial update". |
|
Format the preamble into the given buffer.
Definition at line 34 of file gkemu.c. References ensure, GKA_HostName, GKA_SystemName, GKA_TAG_DONE, gka_tag_t, and require. Referenced by sigio(). |
|
Format an update into the given buffer.
Definition at line 109 of file gkemu.c. References ensure, GKA_CPUIdle, GKA_CPUReserveIdle, GKA_CPUReserveNice, GKA_CPUReserveUser, GKA_CPUUser, GKA_Processes, GKA_ProcessesRunning, GKA_TAG_DONE, gka_tag_t, GKA_UpTime, and require. Referenced by sigalrm(). |