Skip to content
Snippets Groups Projects
Commit 55d74536 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Add missing const specifier.

parent a16f56cf
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ setupClientRanks(void)
}
static void
createClientStreamBuf(size_t streamIdx, struct clientBufSize *bufSizes, const struct cdiPioConf *conf)
createClientStreamBuf(size_t streamIdx, const struct clientBufSize *bufSizes, const struct cdiPioConf *conf)
{
size_t streamBufferSize = 0;
for (size_t i = 0; i < (size_t) numClients_; ++i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment