Skip to content

Commit 7cb42d9

Browse files
authored
Merge pull request #3085 from kawashima-fj/pr/pml-bfo-typo
pml/bfo: Correct a function name and header filenames
2 parents ddf662a + 96aa0d9 commit 7cb42d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ompi/mca/pml/bfo/pml_bfo_start.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
#include "ompi_config.h"
2222

23-
#include "pml_ob1.h"
24-
#include "pml_ob1_recvreq.h"
25-
#include "pml_ob1_sendreq.h"
23+
#include "pml_bfo.h"
24+
#include "pml_bfo_recvreq.h"
25+
#include "pml_bfo_sendreq.h"
2626
#include "ompi/memchecker.h"
2727

2828

29-
int mca_pml_ob1_start(size_t count, ompi_request_t** requests)
29+
int mca_pml_bfo_start(size_t count, ompi_request_t** requests)
3030
{
3131
int rc;
3232
size_t i;

0 commit comments

Comments
 (0)