HerbertKoelman / cpp-atmi

Application-to-Transaction Monitor Interface (ATMI) C++ library
http://herbertkoelman.github.com/cpp-atmi
Other
7 stars 0 forks source link

Make it possible to set a buffer's extent size #86

Closed HerbertKoelman closed 8 years ago

HerbertKoelman commented 8 years ago

Extent is initiliazed to the size of the initial buffer size. So if nothing is specified it's value is 1024, if buffer sized is given (constructor), then it becomes the extent value.