Add thrift_disk_log_transport which writes to the disk_log module
authorDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:12:09 +0000 (01:12 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:12:09 +0000 (01:12 +0000)
commit6d477592fa05ec88d8cbcb75d62a65b98a87cf13
tree973dd7d5e5018515e730b41063698c7a9a9c2405
parentfc427afee9aa94de4392ea6821137a4098966c57
Add thrift_disk_log_transport which writes to the disk_log module

Summary:
  See test/erl/src/test_disklog.erl for example usage

Test plan: test_disklog:t(), then hexdump -C /tmp/test_log.1

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666464 13f79535-47bb-0310-9956-ffa450edef68
lib/alterl/src/thrift_disk_log_transport.erl [new file with mode: 0644]
test/erl/Makefile
test/erl/src/test_disklog.erl [new file with mode: 0644]