X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fbaylibre-acme%2Fprotocol.h;h=a3f4452c12e1d67ae2ce07fdd55e904c133d1985;hp=4600211b29b2fe79f16aec44c3ab2b5fe0f3c6d7;hb=a0648b1a12699429d8a70b8eeb05942885bd32b3;hpb=f9b0ab6b2db8b997a79e0dde37b7240779c76cea diff --git a/src/hardware/baylibre-acme/protocol.h b/src/hardware/baylibre-acme/protocol.h index 4600211b..a3f4452c 100644 --- a/src/hardware/baylibre-acme/protocol.h +++ b/src/hardware/baylibre-acme/protocol.h @@ -65,9 +65,10 @@ struct dev_context { uint32_t num_channels; uint64_t samples_read; + uint64_t samples_missed; int64_t start_time; int64_t last_sample_fin; - int pipe_fds[2]; + int timer_fd; GIOChannel *channel; };