Skip to content

WIP: Itti enhancement

Thomas Laurent requested to merge itti-enhancement into develop

new feature: create itti queue during runtime itti message instance modified: 64 bits and 2 values: origin and destination, as per it was already for "task" (queue) ids: origin and destination The 64 bits is: larger than any various current usage (8, 16, 32 bits) and we will be able to put in it a pointer, than will save code complexity and CPU. The idea is the caller than wait a answer can put directly the pointer to it's data for easier processing of the answer. The intention IS NOT that the receiver use the origin instance as a pointer to use caller private data !

Edited by Thomas Laurent

Merge request reports