diff options
author | Florin Coras <fcoras@cisco.com> | 2020-09-24 11:58:28 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2020-09-25 14:46:38 +0000 |
commit | 6b6c10be0512a459146de82ba5fa2acc86f3f8d4 (patch) | |
tree | faf7b53e18af589741e52f0593c500b86d3fad49 /src/vppinfra/file.h | |
parent | 9d211500a4c71dfad074073c51f09e175ce49059 (diff) |
vppinfra session: file platform independent private data
Type: improvement
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Id43b0b6db2b42ee5801236df0bd7f7225e1e081c
Diffstat (limited to 'src/vppinfra/file.h')
-rw-r--r-- | src/vppinfra/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra/file.h b/src/vppinfra/file.h index 48412ddd99b..09dd2fd0496 100644 --- a/src/vppinfra/file.h +++ b/src/vppinfra/file.h @@ -61,7 +61,7 @@ typedef struct clib_file u32 polling_thread_index; /* Data available for function's use. */ - uword private_data; + u64 private_data; /* Functions to be called when read/write data becomes ready. */ clib_file_function_t *read_function, *write_function, *error_function; |