diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-23 17:48:13 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-23 17:48:13 +0200 |
commit | 721b9ee252143d182c3c145380e5dbec8c3b0102 (patch) | |
tree | 74878afb2db80eb489a4dbd47c0a84d3ffff7b56 /runtime/netstrm.c | |
parent | 50fe2ec2ea275b7ed38c7942736fbb2aae727056 (diff) | |
download | rsyslog-721b9ee252143d182c3c145380e5dbec8c3b0102.tar.gz rsyslog-721b9ee252143d182c3c145380e5dbec8c3b0102.tar.xz rsyslog-721b9ee252143d182c3c145380e5dbec8c3b0102.zip |
client functionality works again (with the new socket abstraction)
Diffstat (limited to 'runtime/netstrm.c')
-rw-r--r-- | runtime/netstrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/netstrm.c b/runtime/netstrm.c index c8335fa4..83e91c2d 100644 --- a/runtime/netstrm.c +++ b/runtime/netstrm.c @@ -1,4 +1,4 @@ -/* netstrmstrm.c +/* netstrm.c * * This class implements a generic netstrmwork stream class. It supports * sending and receiving data streams over a netstrmwork. The class abstracts |