diff options
author | Andre Lorbach <alorbach@adiscon.com> | 2013-07-12 12:54:59 +0200 |
---|---|---|
committer | Andre Lorbach <alorbach@adiscon.com> | 2013-07-12 12:54:59 +0200 |
commit | bc1589c5bbdbc53f9762a78994dcce3b5f4381fe (patch) | |
tree | c0f5806f498fc79bfe2fc80367796d9d5e1fa1c7 /runtime/net.h | |
parent | a593ccddd473258bafa8f7ecd142b9b72b99d2fd (diff) | |
parent | dc472ce76bc6df165df01742c8d79703ccbf5d39 (diff) | |
download | rsyslog-bc1589c5bbdbc53f9762a78994dcce3b5f4381fe.tar.gz rsyslog-bc1589c5bbdbc53f9762a78994dcce3b5f4381fe.tar.bz2 rsyslog-bc1589c5bbdbc53f9762a78994dcce3b5f4381fe.zip |
Merge branch 'master' into v7-stats-scripts
Diffstat (limited to 'runtime/net.h')
-rw-r--r-- | runtime/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/net.h b/runtime/net.h index b196116b..d7a7b512 100644 --- a/runtime/net.h +++ b/runtime/net.h @@ -137,7 +137,7 @@ BEGINinterface(net) /* name must also be changed in ENDinterface macro! */ void (*PrintAllowedSenders)(int iListToPrint); void (*clearAllowedSenders)(uchar*); void (*debugListenInfo)(int fd, char *type); - int *(*create_udp_socket)(uchar *hostname, uchar *LogPort, int bIsServer); + int *(*create_udp_socket)(uchar *hostname, uchar *LogPort, int bIsServer, int rcvbuf); void (*closeUDPListenSockets)(int *finet); int (*isAllowedSender)(uchar *pszType, struct sockaddr *pFrom, const char *pszFromHost); /* deprecated! */ rsRetVal (*getLocalHostname)(uchar**); |