Conrad T. Pino wrote:

>>From: Derek Price [mailto:[EMAIL PROTECTED]
>>
>>    
>>
>>>What does "buffer" mean in this context?
>>>      
>>>
>>All CVS client/server communication is done through a series of
>>"buffers", defined with an abstract API in buffer.[ch].  Individual
>>buffer types need to be declared with the fd_buffer_initialize,
>>socket_buffer_initialize, compress_buffer_initialize, etc. functions,
>>but they may then be chained and accessed through only the topmost
>>buffer in the chain via the generic API set up in buffer.[ch].
>>    
>>
>
>Which is the correction function to call for :ext: initialization?
>  
>

I believe make_bufs_from_fd makes the lowest level to and from buffers
based on the file decriptors returned from the pipe.  If you have
compression enabled, more buffers could later be added to the chain on
top of that.

Regards,

Derek

-- 
Derek R. Price
CVS Solutions Architect
Ximbiot <http://ximbiot.com>
v: +1 717.579.6168
f: +1 717.234.3125
<mailto:[EMAIL PROTECTED]>




_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs

Reply via email to