Skip to content

Commit

Permalink
core: Use newer util prefix
Browse files Browse the repository at this point in the history
The '-' was replaced with '_' many moons ago.

Signed-off-by: Sean Hefty <[email protected]>
  • Loading branch information
shefty committed Mar 14, 2018
1 parent b643587 commit bfaf368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extern "C" {
#endif

#include "ft_osd.h"
#define OFI_UTIL_PREFIX "ofi-"
#define OFI_UTIL_PREFIX "ofi_"
#define OFI_NAME_DELIM ';'

#define OFI_MR_BASIC_MAP (FI_MR_ALLOCATED | FI_MR_PROV_KEY | FI_MR_VIRT_ADDR)
Expand Down

0 comments on commit bfaf368

Please sign in to comment.