X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fdemo%2Fprotocol.h;h=f1c667117a29264e0be4ea1221c675a83a0fa3ae;hb=05b0cc416fbfe95fb6440a786942a61dc1eeac52;hp=53ad043b17845952d35a8bd72fb8b27bf1948d16;hpb=f55bea7626d8bfa3a3d0bbff1e9f6ac98a6aadc5;p=libsigrok.git diff --git a/src/hardware/demo/protocol.h b/src/hardware/demo/protocol.h index 53ad043b..f1c66711 100644 --- a/src/hardware/demo/protocol.h +++ b/src/hardware/demo/protocol.h @@ -41,6 +41,7 @@ struct dev_context { uint64_t limit_samples; uint64_t limit_msec; uint64_t sent_samples; + uint64_t sent_frame_samples; /* Number of samples that were sent for current frame. */ int64_t start_us; int64_t spent_us; uint64_t step;