Skip to content

Commit 96aa0d9

Browse files
committed
pml/bfo: Correct a function name and header filenames
These lines were incorrectly modified in 90f2940. Signed-off-by: KAWASHIMA Takahiro <[email protected]>
1 parent a88ae33 commit 96aa0d9

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)