8 #ifndef SCHEDULINGBUNDLEINDEX_H_
9 #define SCHEDULINGBUNDLEINDEX_H_
43 struct CMP_BUNDLE_PRIORITY
78 if (complete_payloadlength_lhs < complete_payloadlength_rhs)
80 if (complete_payloadlength_lhs != complete_payloadlength_rhs)
87 typedef std::set<dtn::data::MetaBundle, CMP_BUNDLE_PRIORITY> priority_index;
88 priority_index _priority_index;