+ int nm_tprintf_initial_delay; /* delay first "server down" */
+ int nm_tprintf_delay; /* delay between "server down" */
+ struct { /* fsinfo & (homogenous) pathconf info */
+ u_int64_t maxfilesize; /* max size of a file */
+ u_long linkmax; /* max # hard links to an object */
+ u_long namemax; /* max length of filename component */
+ u_char pcflags; /* boolean pathconf properties */
+ u_char fsproperties; /* fsinfo properties */
+ } nm_fsinfo;