Closed mfrey closed 5 years ago
Changes the type of memberdata_len in struct ccnl_buf_s from ssize_t to size_t. This PR also changes the length parameter of ccnl_buf_new from int to size_t.
data_len
struct ccnl_buf_s
ssize_t
size_t
ccnl_buf_new
int
Fixes #330
Contribution description
Changes the type of member
data_len
instruct ccnl_buf_s
fromssize_t
tosize_t
. This PR also changes the length parameter ofccnl_buf_new
fromint
tosize_t
.Issues/PRs references
Fixes #330