mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
spa: make fd in spa_data an int64_t
So that we can store other things in it later as well.
This commit is contained in:
parent
569cbb48a9
commit
8a9c1129a2
3 changed files with 4 additions and 4 deletions
|
|
@ -64,7 +64,7 @@ struct spa_data {
|
|||
#define SPA_DATA_FLAG_NONE 0
|
||||
#define SPA_DATA_FLAG_CORRUPTED (1<<0) /**< data is corrupted in some way */
|
||||
uint32_t flags; /**< data flags */
|
||||
int fd; /**< optional fd for data */
|
||||
int64_t fd; /**< optional fd for data */
|
||||
uint32_t mapoffset; /**< offset to map fd at */
|
||||
uint32_t maxsize; /**< max size of data */
|
||||
void *data; /**< optional data pointer */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue