author | Florian Forster <octo@collectd.org> | |
Wed, 28 Sep 2016 19:27:54 +0000 (21:27 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 28 Sep 2016 19:27:54 +0000 (21:27 +0200) | ||
commit | 69d058a6ce8557e24b604b8efb09136e02054bd0 | |
tree | d20220bbc87d51ed518e9c0a6ce7fc08d93244b9 | tree | snapshot |
parent | 38b9a40f8d93809723254db9278ed9a9febb25e2 | commit | diff |
src/daemon/plugin.[ch]: Make the user_data_t* const.
That is, user_data_t* passed to register_* functions. The actual callbacks
are still getting a user_data_t* since they, in theory, would be able to
modify the pointer stored in .data.
Issue: #1954
That is, user_data_t* passed to register_* functions. The actual callbacks
are still getting a user_data_t* since they, in theory, would be able to
modify the pointer stored in .data.
Issue: #1954
src/daemon/plugin.c | diff | blob | history | |
src/daemon/plugin.h | diff | blob | history |