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
|
|
@ -116,6 +116,9 @@
|
|||
<ClCompile Include="..\daemon\delegation.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\daemon\recovery.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\daemon\daemon_debug.h">
|
||||
|
|
@ -172,6 +175,9 @@
|
|||
<ClInclude Include="..\daemon\delegation.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\daemon\recovery.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\daemon\sources">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue