Skip to content

Commit

Permalink
[cmyth] Refactoring & cleanup (recordingrule.c, channel.c, storagegro…
Browse files Browse the repository at this point in the history
…up.c)

- Added recordingrule.c, channel.c, storagegroup.c
- Renamed cmyth_update_file_length() to cmyth_file_update_length()
- Removed unused functions
  • Loading branch information
janbar authored and fetzerch committed Nov 24, 2012
1 parent 471486e commit 9d115f3
Show file tree
Hide file tree
Showing 14 changed files with 2,849 additions and 1,920 deletions.
3 changes: 3 additions & 0 deletions lib/cmyth/Win32/libcmyth.vcxproj
Expand Up @@ -12,6 +12,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\libcmyth\bookmark.c" />
<ClCompile Include="..\libcmyth\channel.c" />
<ClCompile Include="..\libcmyth\commbreak.c" />
<ClCompile Include="..\libcmyth\connection.c" />
<ClCompile Include="..\libcmyth\debug.c" />
Expand All @@ -26,10 +27,12 @@
<ClCompile Include="..\libcmyth\posmap.c" />
<ClCompile Include="..\libcmyth\proginfo.c" />
<ClCompile Include="..\libcmyth\proglist.c" />
<ClCompile Include="..\libcmyth\recordingrule.c" />
<ClCompile Include="..\libcmyth\rec_num.c" />
<ClCompile Include="..\libcmyth\recorder.c" />
<ClCompile Include="..\libcmyth\ringbuf.c" />
<ClCompile Include="..\libcmyth\socket.c" />
<ClCompile Include="..\libcmyth\storagegroup.c" />
<ClCompile Include="..\libcmyth\timestamp.c" />
<ClCompile Include="..\libcmyth\utf8tolatin1.c" />
<ClCompile Include="..\librefmem\alloc.c" />
Expand Down
9 changes: 9 additions & 0 deletions lib/cmyth/Win32/libcmyth.vcxproj.filters
Expand Up @@ -79,6 +79,15 @@
<ClCompile Include="..\librefmem\debug_refmem.c">
<Filter>refmem</Filter>
</ClCompile>
<ClCompile Include="..\libcmyth\channel.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\libcmyth\recordingrule.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\libcmyth\storagegroup.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\include\cmyth\cmyth.h">
Expand Down

0 comments on commit 9d115f3

Please sign in to comment.