We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
copy_ipv6_address()
1 parent 24539f5 commit 902fcdcCopy full SHA for 902fcdc
userspace/libsinsp/thread_manager.cpp
@@ -30,7 +30,7 @@ limitations under the License.
30
31
extern sinsp_evttables g_infotables;
32
33
-static void copy_ipv6_address(uint32_t* dest, uint32_t* src) {
+static void copy_ipv6_address(uint32_t (&dest)[4], const uint32_t (&src)[4]) {
34
dest[0] = src[0];
35
dest[1] = src[1];
36
dest[2] = src[2];
0 commit comments