cn-uofbasel / ccn-lite

CCN-lite, a lightweight implementation of the CCNx protocol and its variations
ISC License
74 stars 63 forks source link

changes type of length in struct ccnl_buf_s #332

Closed mfrey closed 5 years ago

mfrey commented 5 years ago

Contribution description

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.

Issues/PRs references

Fixes #330