cosmetic: move ea get and set upcalls to separate file
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
470d0832ee
commit
5a4439a894
5 changed files with 351 additions and 318 deletions
|
|
@ -196,6 +196,7 @@
|
|||
<ClCompile Include="..\daemon\callback_server.c" />
|
||||
<ClCompile Include="..\daemon\daemon_debug.c" />
|
||||
<ClCompile Include="..\daemon\delegation.c" />
|
||||
<ClCompile Include="..\daemon\ea.c" />
|
||||
<ClCompile Include="..\daemon\getattr.c" />
|
||||
<ClCompile Include="..\daemon\idmap.c" />
|
||||
<ClCompile Include="..\daemon\lock.c" />
|
||||
|
|
|
|||
|
|
@ -119,6 +119,9 @@
|
|||
<ClCompile Include="..\daemon\recovery.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\daemon\ea.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\daemon\daemon_debug.h">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue