nfs-ganesha 1.4
|
structure that represent a range of long int value More...
#include <nodelist.h>
Public Attributes | |
long int | from |
long int | to |
structure that represent a range of long int value
Definition at line 18 of file nodelist.h.
long int nodelist_range::from |
start point of the range (included in the range)
Definition at line 20 of file nodelist.h.
long int nodelist_range::to |
end point of the range (included in the range)
Definition at line 23 of file nodelist.h.