summaryrefslogtreecommitdiffstats
path: root/runtime/net.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-07-11 10:12:52 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-07-11 10:12:52 +0200
commitdc472ce76bc6df165df01742c8d79703ccbf5d39 (patch)
treefe19e62d2f2fa7ae2911ad92fc67694532214bc1 /runtime/net.h
parent02f28cd963a206910f2de1c0e1281c69de8dd99e (diff)
parent38aa077ccb3bac7493c401dbd91b97037d208d54 (diff)
downloadrsyslog-dc472ce76bc6df165df01742c8d79703ccbf5d39.tar.gz
rsyslog-dc472ce76bc6df165df01742c8d79703ccbf5d39.tar.bz2
rsyslog-dc472ce76bc6df165df01742c8d79703ccbf5d39.zip
Merge branch 'c8'
Conflicts: ChangeLog doc/imudp.html plugins/imudp/imudp.c
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**);