tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Lockless IP input queue, the pktqueue interface



On Thu, May 29, 2014 at 08:12:35AM +1000, Darren Reed wrote:
> 
> The method that I've seen used in Solaris (for example) is to use
> foo_impl.h to providethe details of data structure that are essentially
> private and those .h filesmay or may notbe shipped as part of the end
> user system.Using pktqueue_private.h might be suitable.
> 

curses.h already does this, for userland the WINDOW (and other) pointers
are opaque handles.  The actual definition is hidden in curses_private.h
which is not installed.

-- 
Brett Lymn
This email has been sent on behalf of one of the following companies within the 
BAE Systems Australia group of companies:

    BAE Systems Australia Limited - Australian Company Number 008 423 005
    BAE Systems Australia Defence Pty Limited - Australian Company Number 006 
870 846
    BAE Systems Australia Logistics Pty Limited - Australian Company Number 086 
228 864

Our registered office is Evans Building, Taranaki Road, Edinburgh Parks,
Edinburgh, South Australia, 5111. If the identity of the sending company is
not clear from the content of this email please contact the sender.

This email and any attachments may contain confidential and legally
privileged information.  If you are not the intended recipient, do not copy or
disclose its content, but please reply to this email immediately and highlight
the error to the sender and then immediately delete the message.



Home | Main Index | Thread Index | Old Index