From fd737bddeaeae780c6182b87dd84c2e718b73f6e Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Tue, 27 Oct 2015 00:56:11 +0200 Subject: [PATCH] fixes; --- include/sxmp/limits.h | 2 +- man/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sxmp/limits.h b/include/sxmp/limits.h index fc8bdf1..19330a5 100644 --- a/include/sxmp/limits.h +++ b/include/sxmp/limits.h @@ -17,7 +17,7 @@ #define MAX_RPC_LIST 512 #define MAX_SXMPLBUFSIZE 65536 -#define MAX_RBBUF_LEN (MAX_SXMPLBUFSIZE - sizeof(sntllv2_head_t)) +#define MAX_RBBUF_LEN (MAX_SXMPLBUFSIZE - sizeof(sxmplv2_head_t)) #define MAX_SXMPLTHREADS 8 diff --git a/man/Makefile.am b/man/Makefile.am index ccef501..9329bce 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -2,6 +2,6 @@ man_MANS = sxmsg_rreply.3 sxhub_create.3 sxhub_init.3 sxhub_destroy.3 sxhub_free sxmp_init.3 sxhub_setsslserts.3 sxhub_set_priv.3 sxhub_get_priv.3 \ sxhub_set_ondestroy.3 sxhub_set_onpulse.3 sxhub_set_sslvalidate.3 \ sxhub_set_authcheck.3 sxhub_set_rpcvalidator.3 sxhub_set_channelcall.3 \ - connection_master_link.3 connection_link.3 connection_close.3 sxchannel_open.3 \ + sxlink_master_accept.3 sxlink_connect.3 sxlink_close.3 sxchannel_open.3 \ sxchannel_close.3 sxmsg_send.3 sxmsg_send_pp.3 sxmsg_clean.3 sxmp_finalize.3 sxmsg_pulse.3 \ sxmsg_reply.3 sxmsg_reply_pp.3 sxmsg_return.3 sxmsg_return_pp.3