dtn_bundle_id_t Struct Reference

#include <dtn_types.h>

List of all members.


Detailed Description

Type definition for a unique bundle identifier.

Returned from dtn_send after the daemon has assigned the creation_secs and creation_subsecs, in which case orig_length and frag_offset are always zero, and also in status report data in which case they may be set if the bundle is fragmented.

Definition at line 251 of file dtn_types.h.

Public Attributes

dtn_endpoint_id_t source
dtn_timestamp_t creation_ts
u_int frag_offset
u_int orig_length


Member Data Documentation

dtn_endpoint_id_t dtn_bundle_id_t::source

Definition at line 252 of file dtn_types.h.

Referenced by xdr_dtn_bundle_id_t().

dtn_timestamp_t dtn_bundle_id_t::creation_ts

Definition at line 253 of file dtn_types.h.

Referenced by main(), and xdr_dtn_bundle_id_t().

u_int dtn_bundle_id_t::frag_offset

Definition at line 254 of file dtn_types.h.

Referenced by xdr_dtn_bundle_id_t().

u_int dtn_bundle_id_t::orig_length

Definition at line 255 of file dtn_types.h.

Referenced by xdr_dtn_bundle_id_t().


The documentation for this struct was generated from the following file:
Generated on Thu Jun 7 16:56:55 2007 for DTN Reference Implementation by  doxygen 1.5.1