diff options
Diffstat (limited to 'src/pad_common.h')
-rw-r--r-- | src/pad_common.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pad_common.h b/src/pad_common.h index c9dd434..a173d9d 100644 --- a/src/pad_common.h +++ b/src/pad_common.h @@ -121,9 +121,7 @@ public: bool QueueFilled(); pad_t* GetPAD(); - - // will be removed, when pull (instead of push) approach is implemented! - void WriteAllPADs(int output_fd, int limit = -1); + void WriteAllPADs(int output_fd, int limit = -1, bool output_sole_fpad = false); static DATA_GROUP* CreateDataGroupLengthIndicator(size_t len); static bool CheckPADLen(size_t len); |