diff options
author | Josh Blum | 2012-12-23 00:23:50 -0800 |
---|---|---|
committer | Josh Blum | 2012-12-23 00:23:50 -0800 |
commit | 0a0ec3568a0c0e907df157df891a4e683dc6d264 (patch) | |
tree | d31a0c4bb46d6ca4e328f7e5051a225189fb58b6 /lib/sbuffer.cpp | |
parent | f32f981624c01005fe23af855b143a36ca052690 (diff) | |
download | sandhi-0a0ec3568a0c0e907df157df891a4e683dc6d264.tar.gz sandhi-0a0ec3568a0c0e907df157df891a4e683dc6d264.tar.bz2 sandhi-0a0ec3568a0c0e907df157df891a4e683dc6d264.zip |
added user driven last ptr for sbuffer stitching
Diffstat (limited to 'lib/sbuffer.cpp')
-rw-r--r-- | lib/sbuffer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sbuffer.cpp b/lib/sbuffer.cpp index c1f3b75..03f87b1 100644 --- a/lib/sbuffer.cpp +++ b/lib/sbuffer.cpp @@ -34,6 +34,7 @@ SBufferConfig::SBufferConfig(void) memory = NULL; length = 0; affinity = -1; + user_index = ~0; } static void numa_mem_deleter(SBuffer &buff) |