Comment 74 for bug 1633387

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

Reviewed: https://review.opencontrail.org/48851
Committed: http://github.com/Juniper/contrail-sandesh/commit/7489c5eab9c76311abe356d4babdbcade6055067
Submitter: Zuul (<email address hidden>)
Branch: R3.1

commit 7489c5eab9c76311abe356d4babdbcade6055067
Author: Sundaresan Rajangam <email address hidden>
Date: Wed Nov 9 12:26:40 2016 -0800

Fix sandesh compilation error in ubuntu 16.04

Closes-Bug: #1638636

Fixing ubuntu1604 build break due to tbb mutex not being copyable or clonable.
Closes-Bug: 1670880

Remove conflict with linux uuid_t type
Partial-Bug: 1633387

Optimize sandesh C generated code
Remove thrift_protocol and thrift_transport layers and directly
copy to/from buffer and structures in generated code for read
and write. This results in 10 times improvement in binary encode
and decode.
Closes-Bug: 1604700

Change-Id: Id2ee27b8d8b8ad2c0b6b31245eeb6b92ce7e4a16