Opened 4 years ago
Closed 3 years ago
#269 closed enhancement (fixed)
libtrace needs to split file opening options and compression
| Reported by: | perry | Owned by: | perry |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | documentation | Version: | |
| Keywords: | Cc: |
Description
Current SVN doesn't correctly deal with file opening optinos (eg O_APPEND) and file compression options (which compression format to use (bzip, gzip) and compression level).
A new LIBTRACE_CONFIG_OUT_COMPRESS should be created. And wandio.c needs to be updated to pass the opening flags to io{r,w}-stdio
Change History (1)
comment:1 Changed 3 years ago by perry
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed.