Opened 12 years ago
Closed 12 years ago
#135 closed task (fixed)
VIO's _nonblock() should be merged into _ctl()
Reported by: | ph3-der-loewe | Owned by: | ph3-der-loewe |
---|---|---|---|
Priority: | medium | Milestone: | RoarAudio major release 1.0 |
Component: | libroar and friends | Version: | 1.0beta0 |
Keywords: | soname_change | Cc: | |
Architecture: | Compiler: | ||
Difficulty: | easy | Kernel: | |
Operating System: | Parent Tickets: | ||
Patch attached: | no | Protocol: | |
Sound driver: | Topic: | other |
Description
Currently VIO API uses a distinct function for controling non-blocking. This function should be merged into _ctl(). roar_vio_nonblock() should still be provided as a alias function just like _accept().
Subtickets
Change History (3)
comment:1 Changed 12 years ago by ph3-der-loewe
- Difficulty set to easy
comment:2 Changed 12 years ago by ph3-der-loewe
- Owner set to ph3-der-loewe
- Status changed from new to assigned
comment:3 Changed 12 years ago by ph3-der-loewe
- Resolution set to fixed
- Status changed from assigned to closed
- Version changed from current to 1.0beta0
Note: See
TracTickets for help on using
tickets.
#define ROAR_VIO_CTL_NONBLOCK (ROAR_VIO_CTL_GENERIC|0x01A0) /* roar_vio_nonblock(), int */