mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
Add CDR progress ioctl.
This commit is contained in:
parent
6cf4911dd6
commit
590a0be036
1 changed files with 1 additions and 0 deletions
|
|
@ -68,5 +68,6 @@ struct cdr_track {
|
|||
#define CDRIOCWRITESPEED _IOW('c', 106, int)
|
||||
#define CDRIOCGETBLOCKSIZE _IOR('c', 107, int)
|
||||
#define CDRIOCSETBLOCKSIZE _IOW('c', 108, int)
|
||||
#define CDRIOCGETPROGRESS _IOR('c', 109, int)
|
||||
|
||||
#endif /* !_SYS_CDRIO_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue