csnet
|
A path comparator. More...
#include <scion.h>
Data Fields | |
scion_path_comparator_fn | fn |
void * | ctx |
bool | ascending |
A path comparator.
scion_path_comparator_fn scion_path_comparator::fn |
The comparator function.
void* scion_path_comparator::ctx |
The user-defined context that will be provided to the comparator function. Can be NULL.
bool scion_path_comparator::ascending |
The sorting order.