Hi Waldek,
On Thu, Feb 24, 2011, Waldemar Rymarkiewicz wrote:
Add a SAP plugin main file and the plugin manager. Also include the SAP
plugin in the Makefile.
---
Makefile.am | 7 ++++
acinclude.m4 | 6 ++++
sap/main.c | 55 +++++++++++++++++++++++++++++++++
sap/manager.c | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sap/manager.h | 22 +++++++++++++
sap/server.c | 48 +++++++++++++++++++++++++++++
sap/server.h | 26 ++++++++++++++++
7 files changed, 257 insertions(+), 0 deletions(-)
create mode 100644 sap/main.c
create mode 100644 sap/manager.c
create mode 100644 sap/manager.h
create mode 100644 sap/server.c
create mode 100644 sap/server.h
I've applied the first two patches, but the third one has some coding
style issues which I will comment on shortly.
Johan