cosmetic: move ea get and set upcalls to separate file

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
Casey Bodley 2012-04-06 14:26:13 -04:00 committed by unknown
parent 470d0832ee
commit 5a4439a894
5 changed files with 351 additions and 318 deletions

View file

@ -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" />

View file

@ -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">