pkg: ccn-lite: update to latest commit
This commit is contained in:
parent
b9ec282f04
commit
b1b9d7504d
@ -1,6 +1,6 @@
|
|||||||
PKG_NAME=ccn-lite
|
PKG_NAME=ccn-lite
|
||||||
PKG_URL=https://github.com/cn-uofbasel/ccn-lite/
|
PKG_URL=https://github.com/cn-uofbasel/ccn-lite/
|
||||||
PKG_VERSION=10119ca8173457e8a26b28fc9f30fe0d97d17857
|
PKG_VERSION=7b973a737dba47fe6c1ee2d58e06dd9a22209fde
|
||||||
PKG_LICENSE=ISC
|
PKG_LICENSE=ISC
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|||||||
@ -213,10 +213,10 @@ int ccnl_open_netif(kernel_pid_t if_pid, gnrc_nettype_t netreg_type);
|
|||||||
* @param[out] buf Buffer to write the content chunk to
|
* @param[out] buf Buffer to write the content chunk to
|
||||||
* @param[in] buf_len Size of @p buf
|
* @param[in] buf_len Size of @p buf
|
||||||
*
|
*
|
||||||
* @return pointer to the successfully sent Interest
|
* @return 0 on success
|
||||||
* @return NULL if Interest couldn't be sent
|
* @return -1 on failure
|
||||||
*/
|
*/
|
||||||
struct ccnl_interest_s *ccnl_send_interest(struct ccnl_prefix_s *prefix,
|
int ccnl_send_interest(struct ccnl_prefix_s *prefix,
|
||||||
unsigned char *buf, size_t buf_len);
|
unsigned char *buf, size_t buf_len);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user