Data Fields | |
struct ccnr_handle * | ccnr |
int | tries |
int | done |
counter so we can give up eventually | |
ccnr_cookie | keyfetch |
intmax_t | outstanding [CCNR_PIPELINE] |
intmax_t | final |
ccn_handler | expect_complete |
Definition at line 43 of file ccnr_proto.h.
struct ccnr_handle* ccnr_expect_content::ccnr [read] |
Definition at line 44 of file ccnr_proto.h.
Referenced by r_proto_expect_content(), r_proto_initiate_key_fetch(), r_proto_policy_complete(), and r_proto_start_write().
counter so we can give up eventually
Definition at line 46 of file ccnr_proto.h.
Referenced by r_proto_expect_content().
Definition at line 47 of file ccnr_proto.h.
Referenced by r_proto_expect_content(), and r_proto_initiate_key_fetch().
intmax_t ccnr_expect_content::outstanding[CCNR_PIPELINE] |
Definition at line 48 of file ccnr_proto.h.
Referenced by r_proto_expect_content(), r_proto_initiate_key_fetch(), and r_proto_start_write().
intmax_t ccnr_expect_content::final |
Definition at line 49 of file ccnr_proto.h.
Referenced by r_proto_expect_content(), r_proto_initiate_key_fetch(), and r_proto_start_write().
Definition at line 50 of file ccnr_proto.h.
Referenced by r_proto_expect_content(), and r_proto_start_write().