Changeset 8e99466
- Timestamp:
- 10/17/05 10:17:16 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- a2a1fa5
- Parents:
- 65cdb7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracertstats/output_png.c
r65cdb7f r8e99466 1 1 #define HAVE_LIBFREETYPE 2 #define _GNU_SOURCE 2 3 #include "output.h" 3 4 #include <stdio.h> … … 66 67 labels, 67 68 (out->columns-1)/2, 68 data1,69 data2);69 (float*)data1, 70 (float*)data2); 70 71 free(prv->data); 71 72 free(prv);
Note: See TracChangeset
for help on using the changeset viewer.