X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Fmlx5%2Fwindows%2Fmlx5_glue.h;h=bfaaa2a49389788a7220a4d68830256c63dd6a4d;hb=99d7c45cf8daa50f095168a5962d73b48569b117;hp=f2261ec7ac23492da98df4c306a967d146d4a113;hpb=6fbd73709ee4be325194a0455e654c541c1285a6;p=dpdk.git diff --git a/drivers/common/mlx5/windows/mlx5_glue.h b/drivers/common/mlx5/windows/mlx5_glue.h index f2261ec7ac..bfaaa2a493 100644 --- a/drivers/common/mlx5/windows/mlx5_glue.h +++ b/drivers/common/mlx5/windows/mlx5_glue.h @@ -51,6 +51,7 @@ struct mlx5_glue { void *(*devx_fs_rule_add)(void *ctx, void *in, uint32_t inlen); int (*devx_fs_rule_del)(void *flow); int (*devx_query_eqn)(void *context, uint32_t cpus, uint32_t *eqn); + int (*query_rt_values)(void *ctx, void *devx_clock); }; extern const struct mlx5_glue *mlx5_glue;