Tom Tucker

Results 164 comments of Tom Tucker

@morrone, to confirm the code builds, but when you attempt to load the plugin it fails due to an unresolved symbol. Is this correct?

We've been going around and around on this with @baallan. We really don't want to be using strncpy in my opinion because it is much less efficient than strcpy; we...

@baallan, @morrone strncpy only applies to byte_array metric types, not other primitive array types such as double, uint64, etc... Initially all set memory is bzero'd, however, there is the case...

@morrone, @nichamon I believe that this is the way it works now. @nichamon please confirm and if true please close this issue.