Comment 66 for bug 1737177

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/38521
Committed: http://github.com/Juniper/contrail-controller/commit/122017d811f053502c9c3fc817b83b1e2b1a27f6
Submitter: Zuul (<email address hidden>)
Branch: master

commit 122017d811f053502c9c3fc817b83b1e2b1a27f6
Author: Pawel Marchewka <email address hidden>
Date: Thu Dec 21 13:26:11 2017 +0100

Changes for windows related to oper directory

1. Added base/os.h which should include redefinition of strtok_r to
strtok_s on Windows
2. Renamed DELETE to DEL
3. Added NULL implementation of instance_task
4. Added os specific implementation of GetOsSpecificParams.
5. Added posix_fcntl.h with fcntl stub method - from windows stubs
6. Added optional os_guid_ to Interface - used on windows
7. Use memset instead of bzero
8. Use full scope name of boost::asio::placeholders, since it may
confilct with std::placeholders

Initial changes:
https://github.com/sagarkchitnis/windows/commits/master/controller/src/vnsw/agent/oper

Further work and cleanup:
https://github.com/codilime/contrail-controller/commits/windows3.1/src/vnsw/agent/oper

Change-Id: I0d045dd4a6ec7e0146b1442f8378a53dba59b5e4
Partial-Bug: #1737177