diff options
author | JINMEI Tatuya <jinmei@isc.org> | 2010-06-20 09:06:21 +0200 |
---|---|---|
committer | JINMEI Tatuya <jinmei@isc.org> | 2010-06-20 09:06:21 +0200 |
commit | 7d855f21fbb153ce7deecc4c82feb5da09ce0b62 (patch) | |
tree | 671f36a18b6b2bad33e293cca73c0c99ef530af5 /src/lib/xfr/xfrout_client.h | |
parent | refactoring: moved XFR logic from asio_link to auth_srv. (diff) | |
download | kea-7d855f21fbb153ce7deecc4c82feb5da09ce0b62.tar.xz kea-7d855f21fbb153ce7deecc4c82feb5da09ce0b62.zip |
fixed the signature of sendXfroutRequestInfo to be consistent with AuthSrv.
it's actually more reasonable in terms of how it's used in this function.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac221@2178 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'src/lib/xfr/xfrout_client.h')
-rw-r--r-- | src/lib/xfr/xfrout_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/xfr/xfrout_client.h b/src/lib/xfr/xfrout_client.h index f148b8036f..47af0b0e19 100644 --- a/src/lib/xfr/xfrout_client.h +++ b/src/lib/xfr/xfrout_client.h @@ -45,7 +45,7 @@ private: public: void connect(); void disconnect(); - int sendXfroutRequestInfo(int tcp_sock, uint8_t* msg_data, + int sendXfroutRequestInfo(int tcp_sock, const void* msg_data, uint16_t msg_len); private: XfroutClientImpl* impl_; |