diff options
Diffstat (limited to 'src/feature/hs/hs_cell.h')
-rw-r--r-- | src/feature/hs/hs_cell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature/hs/hs_cell.h b/src/feature/hs/hs_cell.h index 61c0a94b20..7b547991e6 100644 --- a/src/feature/hs/hs_cell.h +++ b/src/feature/hs/hs_cell.h @@ -60,6 +60,8 @@ typedef struct hs_cell_intro_rdv_data_t { smartlist_t *link_specifiers; /** Congestion control parameters. */ unsigned int cc_enabled : 1; + /** PoW effort. */ + uint32_t pow_effort; } hs_cell_intro_rdv_data_t; /** This data structure contains data that we need to parse an INTRODUCE2 cell |