Skip to content

Commit 5ab7c09

Browse files
flamenco, fuzz: rename activated_on_all_clusters to hardcode_for_fuzzing
1 parent ac6e191 commit 5ab7c09

File tree

5 files changed

+393
-392
lines changed

5 files changed

+393
-392
lines changed

src/flamenco/features/fd_features.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ typedef union fd_features fd_features_t;
5656
offset in fd_features_t. */
5757

5858
struct fd_feature_id {
59-
ulong index; /* index of feature in fd_features_t */
60-
fd_pubkey_t id; /* pubkey of feature */
61-
char const * name; /* feature name cstr */
62-
uint cleaned_up[3]; /* cleaned_up cluster version for feature */
63-
uchar reverted; /* if the feature was reverted */
64-
uchar activated_on_all_clusters; /* if the feature was activated on all clusters (currently only used for fuzzing) */
59+
ulong index; /* index of feature in fd_features_t */
60+
fd_pubkey_t id; /* pubkey of feature */
61+
char const * name; /* feature name cstr */
62+
uint cleaned_up[3]; /* cleaned_up cluster version for feature */
63+
uchar reverted; /* if the feature was reverted */
64+
uchar hardcode_for_fuzzing; /* if the should be treated as hardcoded in the firedancer fuzzing harness */
6565
};
6666
typedef struct fd_feature_id fd_feature_id_t;
6767

0 commit comments

Comments
 (0)