Sandesh uuid_t define conflicts with kernel's variant
Bug #1794242 reported by
Frik Botha
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R5.0 |
In Progress
|
Medium
|
Frik Botha | |||
Trunk |
In Progress
|
Medium
|
Frik Botha | |||
OpenContrail |
New
|
Undecided
|
Unassigned |
Bug Description
The uuid_t defined in library/c/sandesh.h confilcts with the uuid_t defined in recent kernels. As a consequence, sandesh.h cannot be included alongside include/
contrail/
typedef unsigned char uuid_t[16];
...
...
include/
} uuid_t;
tags: | added: analytics |
To post a comment you must log in.
Review in progress for https:/ /review. opencontrail. org/46466
Submitter: Frik Botha (<email address hidden>)