]> sigrok.org Git - libsigrok.git/blobdiff - sigrok.h.in
sr: remove unused time/duration fields from datafeed packets
[libsigrok.git] / sigrok.h.in
index 401e94fbeec2c7e0a4f2b428732f2fce069ac316..511f8afb3704bcec80aa7e317a3b600adbd7d628 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the sigrok project.
  *
- * Copyright (C) 2010 Bert Vermeulen <bert@biot.com>
+ * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -94,10 +94,6 @@ enum {
 
 struct sr_datafeed_packet {
        uint16_t type;
-       /* timeoffset since start, in picoseconds */
-       uint64_t timeoffset;
-       /* duration of data in this packet, in picoseconds */
-       uint64_t duration;
        void *payload;
 };