]> git.ipfire.org Git - thirdparty/squid.git/commit - src/adaptation/ecap/XactionRep.cc
Added initial support for eCAP library (libecap), including required wrappers
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 8 May 2008 20:28:58 +0000 (14:28 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 8 May 2008 20:28:58 +0000 (14:28 -0600)
commitfdc96a39b28104951106773c9c739ee7106fb39a
treeb889dd67edfaee88ff4561bbab6bf130afffcf52
parent21a26d313384c38c6ad3c6c7d9f2af6ababa3538
Added initial support for eCAP library (libecap), including required wrappers
for libecap::Host classes and a message translator.

TODO: MessageTranslator should probably be renamed to MessageRep for
consistency and brevity reasons. It also lacks most of the code.
src/eCAP/Config.cc [new file with mode: 0644]
src/eCAP/Config.h [new file with mode: 0644]
src/eCAP/Host.cc [new file with mode: 0644]
src/eCAP/Host.h [new file with mode: 0644]
src/eCAP/Makefile.am
src/eCAP/MessageTranslator.cc [new file with mode: 0644]
src/eCAP/MessageTranslator.h [new file with mode: 0644]
src/eCAP/ServiceRep.cc [new file with mode: 0644]
src/eCAP/ServiceRep.h [new file with mode: 0644]
src/eCAP/XactionRep.cc [new file with mode: 0644]
src/eCAP/XactionRep.h [new file with mode: 0644]