Duplicated nanosecond value for vmware eventlog items

XMLWordPrintable

      Currently we have a check to avoid duplicated nanoseconds for a few values of a Vmware eventlog item in case of same timestamp. But in case of log items ns could be filled with duplicated data before the check will be performed:

      static void     DCcheck_ns(zbx_timespec_t *ts)
      {
              if (ts->ns >= 0)
                      return;
      ....
      

            Assignee:
            Unassigned
            Reporter:
            Alexey Pustovalov
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: