Home
last modified time | relevance | path

Searched defs:dmsg_state (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/lib/libdmsg/
H A Ddmsg.h168 struct dmsg_state { struct
170 struct dmsg_state *scan; /* scan check */ argument
174 struct dmsg_state *parent; /* transaction stacking */ argument
175 struct dmsg_state *relay; /* routing */ argument
176 uint32_t icmd; /* command creating state */
177 uint32_t txcmd; /* mostly for CMDF flags */
178 uint32_t rxcmd; /* mostly for CMDF flags */
179 uint64_t msgid;
180 int flags;
181 int error;
[all …]