Subversion
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
svn_fs_fsx_info_t Struct Reference

A structure that provides some information about a filesystem. More...

#include <svn_fs.h>

Data Fields

const char * fs_type
 Filesystem backend (fs_type), i.e., the string SVN_FS_TYPE_FSX. More...
 
int shard_size
 Shard size, always > 0. More...
 
svn_revnum_t min_unpacked_rev
 The smallest revision which is not in a pack file. More...
 

Detailed Description

A structure that provides some information about a filesystem.

Returned by svn_fs_info() for SVN_FS_TYPE_FSX filesystems.

Note
Fields may be added to the end of this structure in future versions. Therefore, users shouldn't allocate structures of this type, to preserve binary compatibility.
Since
New in 1.9.

Definition at line 3123 of file svn_fs.h.

Field Documentation

const char* svn_fs_fsx_info_t::fs_type

Filesystem backend (fs_type), i.e., the string SVN_FS_TYPE_FSX.

Definition at line 3126 of file svn_fs.h.

svn_revnum_t svn_fs_fsx_info_t::min_unpacked_rev

The smallest revision which is not in a pack file.

Definition at line 3132 of file svn_fs.h.

int svn_fs_fsx_info_t::shard_size

Shard size, always > 0.

Definition at line 3129 of file svn_fs.h.


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