~ubuntu-branches/ubuntu/vivid/syslog-ng-incubator/vivid-proposed

« back to all changes in this revision

Viewing changes to modules/riemann/riemann.c

  • Committer: Package Import Robot
  • Author(s): Gergely Nagy
  • Date: 2014-03-14 11:34:57 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140314113457-yqfw8yp81pysy32r
Tags: 0.2.1-1
* New upstream release:
  + New module: syslog-ng-mod-graphite
  + New module: syslog-ng-mod-elasticsearch
* debian/copyright updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
        case TYPE_HINT_INT32:
347
347
        case TYPE_HINT_INT64:
348
348
          {
349
 
            glong i;
 
349
            gint64 i;
350
350
 
351
351
            if (type_cast_to_int64(sb_gstring_string(str)->str, &i, NULL))
352
352
              riemann_event_set(event, RIEMANN_EVENT_FIELD_METRIC_S64, i,