snmp threadsync_data: "u8" -> "err" (typedef snmp_err_t is an enum, not u8_t)

This commit is contained in:
sg
2016-07-27 20:28:39 +02:00
parent 0cb1d1144d
commit 8ece46d5d2
2 changed files with 9 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ typedef void (*snmp_threadsync_synchronizer_fn)(snmp_threadsync_called_fn fn, vo
struct threadsync_data
{
union {
snmp_err_t u8;
snmp_err_t err;
s16_t s16;
} retval;
union {