Skip to content

Commit bfaf368

Browse files
author
Sean Hefty
committed
core: Use newer util prefix
The '-' was replaced with '_' many moons ago. Signed-off-by: Sean Hefty <[email protected]>
1 parent b643587 commit bfaf368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/shared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extern "C" {
5353
#endif
5454

5555
#include "ft_osd.h"
56-
#define OFI_UTIL_PREFIX "ofi-"
56+
#define OFI_UTIL_PREFIX "ofi_"
5757
#define OFI_NAME_DELIM ';'
5858

5959
#define OFI_MR_BASIC_MAP (FI_MR_ALLOCATED | FI_MR_PROV_KEY | FI_MR_VIRT_ADDR)

0 commit comments

Comments
 (0)