cosmetic: recovery.c for client state recovery
recovery.h exposes the following functions for nfs41_compound.c: nfs41_recovery_start_or_wait() nfs41_recovery_finish() nfs41_recover_client_state() nfs41_recover_stateid() Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
316dfe568a
commit
8ef3ec9247
5 changed files with 312 additions and 228 deletions
|
|
@ -219,6 +219,7 @@
|
|||
<ClCompile Include="..\daemon\pnfs_layout.c" />
|
||||
<ClCompile Include="..\daemon\readdir.c" />
|
||||
<ClCompile Include="..\daemon\readwrite.c" />
|
||||
<ClCompile Include="..\daemon\recovery.c" />
|
||||
<ClCompile Include="..\daemon\service.c" />
|
||||
<ClCompile Include="..\daemon\setattr.c" />
|
||||
<ClCompile Include="..\daemon\symlink.c" />
|
||||
|
|
@ -241,6 +242,7 @@
|
|||
<ClInclude Include="..\daemon\nfs41_types.h" />
|
||||
<ClInclude Include="..\daemon\nfs41_xdr.h" />
|
||||
<ClInclude Include="..\daemon\pnfs.h" />
|
||||
<ClInclude Include="..\daemon\recovery.h" />
|
||||
<ClInclude Include="..\daemon\service.h" />
|
||||
<ClInclude Include="..\daemon\tree.h" />
|
||||
<ClInclude Include="..\daemon\upcall.h" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue