X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fsvm%2Fsvm_fifo_segment.h;h=d4d48093ae655d32b393f1224cc521d90399d1e9;hb=c5df8c71c;hp=a7695549d1cb6991cb0013e32f603e2f67c8fc20;hpb=adc74d7b3da5a48cd346ce14694415e7c5c307bb;p=vpp.git diff --git a/src/svm/svm_fifo_segment.h b/src/svm/svm_fifo_segment.h index a7695549d1c..d4d48093ae6 100644 --- a/src/svm/svm_fifo_segment.h +++ b/src/svm/svm_fifo_segment.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: @@ -116,8 +116,8 @@ u32 svm_fifo_segment_index (svm_fifo_segment_main_t * sm, u32 svm_fifo_segment_num_fifos (svm_fifo_segment_private_t * fifo_segment); u32 svm_fifo_segment_num_free_fifos (svm_fifo_segment_private_t * fifo_segment, u32 fifo_size_in_bytes); -void svm_fifo_segment_info (svm_fifo_segment_private_t * seg, uword * address, - u64 * size); +void svm_fifo_segment_info (svm_fifo_segment_private_t * seg, char **address, + size_t * size); svm_fifo_segment_private_t * svm_fifo_segment_segments_pool (svm_fifo_segment_main_t * sm);