summaryrefslogtreecommitdiffstats
path: root/tcpsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-26 09:13:06 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-26 09:13:06 +0000
commitb0f7302011f1bcc298c7a78ed3bb3f500893e70a (patch)
tree6587bdf79a0e10610ee20d447c0bfec23e65fa49 /tcpsyslog.h
parentc75d3b93480469abfd2cb8332bcc0e58c95ef5e3 (diff)
downloadrsyslog-b0f7302011f1bcc298c7a78ed3bb3f500893e70a.tar.gz
rsyslog-b0f7302011f1bcc298c7a78ed3bb3f500893e70a.tar.xz
rsyslog-b0f7302011f1bcc298c7a78ed3bb3f500893e70a.zip
- shuffled code from tcpsyslog.c to omfwd.c. It looks like it belongs more
to that file. But we need to look at it some time later. The move was absolutely necessary so that no access to f->f_un happened in tcpsyslog.c (which was evil) - milestone reache: no more access to f->f_un from non-output modules
Diffstat (limited to 'tcpsyslog.h')
-rw-r--r--tcpsyslog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tcpsyslog.h b/tcpsyslog.h
index 03975247..1cead1aa 100644
--- a/tcpsyslog.h
+++ b/tcpsyslog.h
@@ -41,17 +41,14 @@ extern int bEnableTCP;
extern struct TCPSession *pTCPSessions;
/* prototypes */
-int TCPSend(selector_t *f, char *msg, size_t len);
void deinit_tcp_listener(void);
int *create_tcp_socket(void);
-enum TCPSendStatus TCPSendGetStatus(selector_t *f);
int TCPSessGetNxtSess(int iCurr);
void TCPSessAccept(int fd);
void TCPSessPrepareClose(int iTCPSess);
void TCPSessClose(int iSess);
int TCPSessDataRcvd(int iTCPSess, char *pData, int iLen);
void configureTCPListen(char *cOptarg);
-void TCPSendSetStatus(selector_t *f, enum TCPSendStatus iNewState);
#endif /* #ifndef TCPSYSLOG_H_INCLUDED */
/*