19#include "../asrtl/allocator.h"
20#include "../asrtl/chann.h"
21#include "../asrtl/diag_proto.h"
51enum asrt_status asrt_diag_server_init(
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee ...
Definition: allocator.h:28
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee ...
Definition: diag.h:27
struct asrt_diag_record * next
Intrusive linked-list link.
Definition: diag.h:32
char const * extra
Optional expression string (owned copy), may be NULL.
Definition: diag.h:29
char const * file
Source filename (owned copy).
Definition: diag.h:28
uint32_t line
Source line number.
Definition: diag.h:30
Diagnostic server module — DIAG channel, controller side.
Definition: diag.h:42
A node in a doubly-linked channel chain.
Definition: chann.h:122