aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 5cf9c5432..947ec5d71 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -561,7 +561,7 @@ reschedule_session_timeout (struct Session *session)
561 * Convert unix path to a `struct sockaddr_un *` 561 * Convert unix path to a `struct sockaddr_un *`
562 * 562 *
563 * @param unixpath path to convert 563 * @param unixpath path to convert
564 * @param sock_len[out] set to the length of the address 564 * @param[out] sock_len set to the length of the address
565 * @return converted unix path 565 * @return converted unix path
566 */ 566 */
567static struct sockaddr_un * 567static struct sockaddr_un *
@@ -1096,7 +1096,7 @@ unix_plugin_do_read (struct Plugin *plugin)
1096/** 1096/**
1097 * Write to UNIX domain socket (it is ready). 1097 * Write to UNIX domain socket (it is ready).
1098 * 1098 *
1099 * @param session session to write data for 1099 * @param plugin handle to the plugin
1100 */ 1100 */
1101static void 1101static void
1102unix_plugin_do_write (struct Plugin *plugin) 1102unix_plugin_do_write (struct Plugin *plugin)