Closed andrewcooke-isti closed 7 years ago
Looks like we ant _s now. See email thread.
Oh, I had that backwards. _s for structs (afaik you typically don't need to name them at all unless you have circular refs) and nothing for the typedef.
ok, this was difficult because without the _t (even including the _s) we get a conflict: evalresp_log is both a function that does the logging and the typedef for the struct that it takes as a first argument.
the best solution i could come up with was to rename the struct to be evalresp_logger.
commit 5a14ed4
Since Posix forbids it (although we're strictly not using Posix anyway).