Skip to content
Snippets Groups Projects
Commit a7def7c7 authored by Peter Kietzmann's avatar Peter Kietzmann Committed by GitHub
Browse files

Merge pull request #7083 from cgundogan/pr/ccn-lite_update

pkg: ccn-lite: update to latest commit
parents b2c692b6 b1b9d750
No related branches found
No related tags found
No related merge requests found
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,11 +213,11 @@ int ccnl_open_netif(kernel_pid_t if_pid, gnrc_nettype_t netreg_type); ...@@ -213,11 +213,11 @@ 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);
/** /**
* @brief Wait for incoming content chunk * @brief Wait for incoming content chunk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment