Skip to content

Commit

Permalink
[HICN-581] update hicn stack to support windows, again
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo Mantellini <[email protected]>
Change-Id: I74f7c08ddd4494ce9ca6df7519785fe12cd1010f
  • Loading branch information
Angelo Mantellini committed Mar 31, 2020
1 parent 23c3bb7 commit 59c4e43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/src/hiperf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -718,10 +718,12 @@ class HIperfServer {
content_objects_index_(0),
mask_((std::uint16_t)(1 << log2_content_object_buffer_size) - 1),
last_segment_(0),
ptr_last_segment_(&last_segment_),
#ifndef _WIN32
ptr_last_segment_(&last_segment_),
input_(io_service_),
rtc_running_(false)
#else
ptr_last_segment_(&last_segment_)
#endif
{
std::string buffer(configuration_.payload_size_, 'X');
Expand Down

0 comments on commit 59c4e43

Please sign in to comment.