ccn_upcall_info Struct Reference

Additional information provided in the upcall. More...


Data Fields

struct ccn * h
 The ccn library handle.
const unsigned char * interest_ccnb
struct ccn_parsed_interestpi
struct ccn_indexbufinterest_comps
int matched_comps
const unsigned char * content_ccnb
struct ccn_parsed_ContentObjectpco
struct ccn_indexbufcontent_comps


Detailed Description

Additional information provided in the upcall.

The client is responsible for managing this piece of memory and the data therein. The refcount should be initially zero, and is used by the library to keep to track of multiple registrations of the same closure. When the count drops back to 0, the closure will be called with kind = CCN_UPCALL_FINAL so that it has an opportunity to clean up.

Definition at line 131 of file ccn.h.


Field Documentation

struct ccn* ccn_upcall_info::h [read]

const unsigned char* ccn_upcall_info::interest_ccnb

const unsigned char* ccn_upcall_info::content_ccnb


The documentation for this struct was generated from the following file:

Generated on Thu Feb 16 00:44:34 2012 for Content-Centric Networking in C by  doxygen 1.5.6