Skip to content

Commit

Permalink
pdb server: allow carrier id 0
Browse files Browse the repository at this point in the history
(cherry-picked from commit 60ded00)
  • Loading branch information
smititelu committed Apr 8, 2024
1 parent 384843c commit 215af59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/pdbt/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
-1000..-1 used in dtm to indicate a carrier id and that no more nodes will follow (leaf node compression).
-1001 used in dtm to mark a pointer to a child node as NULL.
*/
#define MIN_PDB_CARRIERID 1
#define MIN_PDB_CARRIERID 0
#define MAX_PDB_CARRIERID 999
#define OTHER_CARRIERID 1000
#define MAX_CARRIERID 1000
Expand Down

0 comments on commit 215af59

Please sign in to comment.