Skip to content

Commit

Permalink
Format string alias for nid_t
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Oct 19, 2023
1 parent f1d23c7 commit a6ce5b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sst/core/interfaces/simpleNetwork.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class SimpleNetwork : public SubComponent

/** All Addresses can be 64-bit */
typedef int64_t nid_t;
#define PRI_NID PRIi64

static const nid_t INIT_BROADCAST_ADDR;

Expand Down

0 comments on commit a6ce5b7

Please sign in to comment.