Replace zu with PRIu64 and llu with new macro, PRIsz, which will make it easier to...
authorcampbellsean@google.com <campbellsean@google.com>
Tue, 31 Oct 2017 16:21:08 +0000 (12:21 -0400)
committercampbellsean@google.com <campbellsean@google.com>
Tue, 5 Dec 2017 23:58:35 +0000 (18:58 -0500)
commit7b8851b26928b609ce850e78c1eabb50ff319244
treefa162f065daf0f364d1a1f23845e428ca66db27c
parent531bad35502b9543074e31e0c80a9f7a6f3a8b27
Replace zu with PRIu64 and llu with new macro, PRIsz, which will make it easier to make the code platform-independent.
56 files changed:
src/amqp.c
src/barometer.c
src/ceph.c
src/csv.c
src/curl_xml.c
src/daemon/common.c
src/daemon/globals.h
src/daemon/plugin.c
src/daemon/types_list.c
src/daemon/utils_cache.c
src/daemon/utils_subst.c
src/dbi.c
src/dpdkstat.c
src/drbd.c
src/email.c
src/gmond.c
src/intel_pmu.c
src/intel_rdt.c
src/java.c
src/libcollectdclient/network_parse.c
src/libcollectdclient/network_parse_test.c
src/modbus.c
src/netlink.c
src/network.c
src/nfs.c
src/ntpd.c
src/oracle.c
src/perl.c
src/ping.c
src/postgresql.c
src/powerdns.c
src/processes.c
src/pyvalues.c
src/rrdcached.c
src/rrdtool.c
src/snmp.c
src/snmp_agent.c
src/table.c
src/tail_csv.c
src/target_replace.c
src/utils_cmd_getthreshold.c
src/utils_cmd_getval.c
src/utils_db_query.c
src/utils_format_graphite.c
src/utils_format_json.c
src/utils_format_kairosdb.c
src/utils_latency_test.c
src/utils_lua.c
src/utils_ovs.c
src/virt.c
src/write_graphite.c
src/write_http.c
src/write_mongodb.c
src/write_riemann.c
src/write_sensu.c
src/write_tsdb.c