3 pointer_default(unique)
7 /* database format version, NOT the FSRVP protocol version */
8 const uint32 FSRVP_STATE_DB_VERSION
= 1;
11 * These data structures describe the FSRVP server on-disk format. Any
12 * changes should result in a new DB version number, and corresponding
15 typedef [public] struct {
16 [flag
(STR_UTF8|STR_NULLTERM
)] string share_name
;
17 [flag
(STR_UTF8|STR_NULLTERM
)] string sc_share_name
;
18 [flag
(STR_UTF8|STR_NULLTERM
)] string sc_share_comment
;
22 typedef [public] struct {
23 [flag
(STR_UTF8|STR_NULLTERM
)] string id_str
;
24 [flag
(STR_UTF8|STR_NULLTERM
)] string volume_name
;
25 [flag
(STR_UTF8|STR_NULLTERM
)] string sc_path
;
30 typedef [public] struct {
31 [flag
(STR_UTF8|STR_NULLTERM
)] string id_str
;