Opened 11 years ago

#6753 new Feature Requests

Make message_queue_t::do_send(...) public.

Reported by: Pietro Mele <pietrom16@…> Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: interprocess
Version: Boost 1.49.0 Severity: Optimization
Keywords: message queue interprocess Cc:

Description

In the file boost/interprocess/ipc/message_queue.hpp, it would be useful if the member function:

bool message_queue_t::do_send(...)

was public.

Doing so, it would be easier to determine the policy to be followed when the memory block is full, using a parameter instead of a further external switch statement.

Change History (0)

Note: See TracTickets for help on using tickets.