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

Add missing const.

parent 87bbb92c
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
struct clientBufSize
computeClientStreamBufSize(int streamID, struct collSpec *collector)
computeClientStreamBufSize(int streamID, const struct collSpec *collector)
{
/* 1 record is filled in last to indicate number of records in total */
struct clientBufSize rmaSizeSpec
......
......@@ -101,7 +101,7 @@ struct collSpec
};
struct clientBufSize
computeClientStreamBufSize(int streamID, struct collSpec *collector);
computeClientStreamBufSize(int streamID, const struct collSpec *collector);
#endif
......
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