Skip to content
Snippets Groups Projects
Commit 0ddda787 authored by Petteri Aimonen's avatar Petteri Aimonen
Browse files

Combine new per-msg encode/decode callbacks to one field_callback.

This seems like it will result in less boilerplate in typical situations
where a specific message is either decoded or encoded. Otherwise it would
result in lots of dummy functions like:

bool MyQuery_encode_callback(...)
{
 return false; /* MyQuery is never encoded */
}
parent 715bae80
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment