I wrote: > Back-relay operations ...as of today... > can be factored out to something like this: > (...)
Oops, I forgot:
typedef enum { Fail_0 = 0, Fail_1 = 1, Fail_unwilling, Fail_send } Fail_Type;
--
Hallvard
I wrote: > Back-relay operations ...as of today... > can be factored out to something like this: > (...)
Oops, I forgot:
typedef enum { Fail_0 = 0, Fail_1 = 1, Fail_unwilling, Fail_send } Fail_Type;
--
Hallvard