Added newlines in debug output, small optimalisations, more work on 'getnext', fixed 'get' on udp table.

This commit is contained in:
christiaans
2006-09-04 09:22:48 +00:00
parent 130d39cc03
commit 56c5fdbeaf
3 changed files with 622 additions and 582 deletions

View File

@@ -72,9 +72,7 @@ struct obj_def
/* length of instance part of supplied object identifier */
u8_t id_inst_len;
/* instance part of supplied object identifier */
s32_t *id_inst_ptr;
/* optional value address hint */
void *addr;
s32_t *id_inst_ptr;
};
/** MIB const array node */