sp_async_message
Last updated March 2020
This struct is defined as follows:
struct _sp_async_message { ec_message *mess; struct _sp_async_message *next; ec_message *backref; unsigned shared :1; unsigned rejected :1; };
To use this struct, include the file sp_async.h
.
Was this page helpful?