Skip to content
Snippets Groups Projects
Commit f8598229 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add missing const specifier.

parent 138d4441
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,8 @@ setupClientRanks(void)
}
static void
createClientStreamBuf(size_t streamIdx, struct clientBufSize *bufSizes,
createClientStreamBuf(size_t streamIdx,
const struct clientBufSize *bufSizes,
const struct cdiPioConf *conf)
{
size_t streamBufferSize = 0;
......
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