commit | b088a09235692b5ac1f976a7d9a9c7ea2a4c798e | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Sep 11 12:55:21 2018 +0300 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Sep 11 14:55:54 2018 +0300 |
tree | a9779716b1bbc6d978f96114101afbde2fc9e8f1 | |
parent | c90549c474e5f4682ea330e4fad17d81830b14cc [diff] |
net: buf: Use size_t instead of u16_t for lengths in public API Even though the net_buf implementation may (and does currently) internally use u16_t for lengths, keep the public facing API consistent by using size_t. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>