diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-30 17:41:17 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-30 17:41:17 +0200 |
commit | 1c2268faa836ca70a4d13dcad57818413990ac62 (patch) | |
tree | 30cb04d334938986d831cecf091dfebe7d883bdd /runtime/nsdsel_ptcp.h | |
parent | c370fc6305af0fc9c37f818d8b88726b899b0d0a (diff) | |
download | rsyslog-1c2268faa836ca70a4d13dcad57818413990ac62.tar.gz rsyslog-1c2268faa836ca70a4d13dcad57818413990ac62.tar.xz rsyslog-1c2268faa836ca70a4d13dcad57818413990ac62.zip |
restructured netstrm driver layer
the new structure prevents repetitive loads and unloads of
driver files; it also has less overhead
The "select" and regular driver are now contained in a single
file.
Diffstat (limited to 'runtime/nsdsel_ptcp.h')
-rw-r--r-- | runtime/nsdsel_ptcp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/nsdsel_ptcp.h b/runtime/nsdsel_ptcp.h index 93874e55..6c0c7fa7 100644 --- a/runtime/nsdsel_ptcp.h +++ b/runtime/nsdsel_ptcp.h @@ -41,7 +41,4 @@ struct nsdsel_ptcp_s { /* prototypes */ PROTOTYPEObj(nsdsel_ptcp); -/* the name of our library binary */ -#define LM_NSDSEL_PTCP_FILENAME "lmnsdsel_ptcp" - #endif /* #ifndef INCLUDED_NSDSEL_PTCP_H */ |