Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
a421df32
Commit
a421df32
authored
Jun 08, 2017
by
Marcin Siodelski
Browse files
[5189] Trivial fixes in the unix domain socket unitest.
parent
e9093796
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/asiolink/tests/unix_domain_socket_unittest.cc
View file @
a421df32
...
...
@@ -113,10 +113,10 @@ public:
/// @brief Server side unix socket used in these tests.
test
::
TestServerUnixSocketPtr
test_socket_
;
/// @brief String containing a response received with @c do
Send
.
/// @brief String containing a response received with @c do
Receive
.
std
::
string
response_
;
/// @brief Read buffer used by @c do
Send
.
/// @brief Read buffer used by @c do
Receive
.
std
::
array
<
char
,
2
>
read_buf_
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment