]> sigrok.org Git - libsigrok.git/blobdiff - sigrok-internal.h
Make DATASTORE_CHUNKSIZE private.
[libsigrok.git] / sigrok-internal.h
index a5326d2b9f57304ca85e82e7b77e09b0bbc52a8b..4aeae18e4cdd904b0edb97517b6dcb24c79b3f96 100644 (file)
@@ -30,6 +30,9 @@
 #define ARRAY_AND_SIZE(a) (a), ARRAY_SIZE(a)
 #endif
 
+/* Size of a datastore chunk in units */
+#define DATASTORE_CHUNKSIZE 512000
+
 /*--- hwplugin.c ------------------------------------------------------------*/
 
 int load_hwplugins(void);