Modifies a pointer to a BufferList to point to a different BufferList.
This function is similar to buffer_list_replace except that it takes ownership
of new_list
.
old_list |
pointer to a pointer to a BufferList to be replaced. |
new_list |
pointer to a BufferList that will replace the bufferlist pointed to by |
|