summaryrefslogtreecommitdiffstats
path: root/runtime/net.h
diff options
context:
space:
mode:
authorAndre Lorbach <alorbach@adiscon.com>2013-07-12 12:54:59 +0200
committerAndre Lorbach <alorbach@adiscon.com>2013-07-12 12:54:59 +0200
commitbc1589c5bbdbc53f9762a78994dcce3b5f4381fe (patch)
treec0f5806f498fc79bfe2fc80367796d9d5e1fa1c7 /runtime/net.h
parenta593ccddd473258bafa8f7ecd142b9b72b99d2fd (diff)
parentdc472ce76bc6df165df01742c8d79703ccbf5d39 (diff)
downloadrsyslog-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.h2
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**);