nfs-ganesha 1.4
Public Attributes

_9p_str Struct Reference

#include <9p.h>

List of all members.

Public Attributes

u16 len
char * str

Detailed Description

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.

Definition at line 240 of file 9p.h.


Member Data Documentation

Definition at line 241 of file 9p.h.

char* _9p_str::str

Definition at line 242 of file 9p.h.


The documentation for this struct was generated from the following file: