symlink: daemon parses SYMLINK upcall

added symlink.c for parse_symlink() and marshall_symlink()

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
Casey Bodley 2010-09-23 12:32:56 -04:00 committed by unknown
parent 80d979ace6
commit 0db42ed126
6 changed files with 105 additions and 0 deletions

View file

@ -107,6 +107,9 @@
<ClCompile Include="..\daemon\service.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\daemon\symlink.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\daemon\daemon_debug.h">