Re: [PATCH 1/2] Rename Ipc::FewToFewBiQueue method peek() to findOldest().

From: Alex Rousskov <rousskov_at_measurement-factory.com>
Date: Thu, 13 Oct 2011 08:45:10 -0600

On 10/13/2011 08:05 AM, Dmitry Kurochkin wrote:
> - // TODO: rename to findOldest() or some such
> - /// calls OneToOneUniQueue::peek() using the given process queue
> - template<class Value> bool peek(const int remoteProcessId, Value &value) const;
> + /// finds the oldest item in incoming and outgoing queues between
> + /// us and the given remote process
> + template<class Value> bool findOldest(const int remoteProcessId, Value &value) const;
...

This can go in as a trivial change addressing an existing TODO, but I am
not sure about the timing. Amos, I saw you prepping for the next 3.2
release. Should I wait for that before committing any new patches?

Thank you,

Alex.
Received on Thu Oct 13 2011 - 14:45:29 MDT

This archive was generated by hypermail 2.2.0 : Fri Oct 14 2011 - 12:00:16 MDT