Skip to main content

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.

See Also

Was this page helpful?