Changeset b5cd711 for lib/dagformat.h
- Timestamp:
- 08/26/05 11:22:23 (15 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:
- 53f8305
- Parents:
- 1974620
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/dagformat.h
r299e9a0 rb5cd711 62 62 } __attribute__((packed)) dag_record_t; 63 63 64 65 typedef struct duck_inf 66 { 67 unsigned long Command, Config, Clock_Inc, Clock_Wrap, DDS_Rate; 68 unsigned long Crystal_Freq; 69 unsigned long Synth_Freq, Sync_Rate; 70 unsigned long long Last_Ticks; 71 unsigned long Resyncs; 72 unsigned long Bad_Diffs, Bad_Offs, Bad_Pulses; 73 unsigned long Worst_Error, Worst_Off; 74 unsigned long Off_Limit, Off_Damp; 75 unsigned long Pulses, Single_Pulses_Missing, Longest_Pulse_Missing; 76 unsigned long Health, Sickness; 77 long Error, Offset; 78 long Stat_Start, Stat_End; /* these are really time_t's */ 79 unsigned long Set_Duck_Field; 80 } duck_inf; 81 64 82 #define dag_record_size 16 65 83
Note: See TracChangeset
for help on using the changeset viewer.