-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wksp: clean up FD_WKSP_NO_LOCK_RECLAIM
fd_wksp_admin.c assumes that FD_WKSP_NO_LOCK_RECLAIM is always defined via compile flags. The current Make config defines this macro then project-wide. This commit cleans up the integration by adding a sane default if the flag is not defined.
- Loading branch information
1 parent
2e63b27
commit cc6df8a
Showing
5 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
This directory contains a copy of the Nanopb library. | ||
|
||
This library is copied exactly from commit `839156b`, and there are | ||
no Firedancer specific modifications to the code. `pb_firedancer.h` | ||
has a few Firedancer specific #defines, which are loaded into the | ||
library by #define'ing the `PB_SYSTEM_HEADER` to it as part of our | ||
build. You should not make local modifications to nanopb. instead | ||
prefer to upstream changes, or make a local patch if needed. | ||
no Firedancer specific modifications to the code. You should not make | ||
local modifications to nanopb. Instead prefer to upstream changes, or | ||
make a local patch if needed. | ||
|
||
For licensing information, refer to NOTICE in the root of this repo. | ||
|
||
nanopb_generator.py can be invoked like so: | ||
|
||
cd src/flamenco/types | ||
nanopb_generator.py -L "" fd_solana_block.proto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters