nfs-ganesha 1.4
|
#include <9p.h>
Public Attributes | |
u16 | len |
char * | str |
struct _9p_str - length prefixed string type : length of the string : the string
The protocol uses length prefixed strings for all string data, so we replicate that for our internal string members.
char* _9p_str::str |