aboutsummaryrefslogtreecommitdiffstats
path: root/src/pad_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pad_common.h')
-rw-r--r--src/pad_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pad_common.h b/src/pad_common.h
index c997d83..c3ee01d 100644
--- a/src/pad_common.h
+++ b/src/pad_common.h
@@ -105,9 +105,10 @@ public:
void AddDG(DATA_GROUP* dg, bool prepend);
void AddDGs(const std::vector<DATA_GROUP*>& dgs, bool prepend);
+ bool QueueFilled();
pad_t* GetPAD();
// will be removed, when pull (instead of push) approach is implemented!
- void WriteAllPADs(int output_fd);
+ void WriteAllPADs(int output_fd, int limit = -1);
};