Skip to content

Commit a0f8678

Browse files
ChetSimpsonejaquay
authored andcommitted
rename HeartBeat to PakProcessHorizontalSync in mpi implementation
1 parent eda4552 commit a0f8678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpi/mpi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ EXPORT_PUBLIC_API unsigned char PakReadPort(unsigned char port_id)
105105
return gMultiPakInterface.read_port(port_id);
106106
}
107107

108-
EXPORT_PUBLIC_API void HeartBeat()
108+
EXPORT_PUBLIC_API void PakProcessHorizontalSync()
109109
{
110110
gMultiPakInterface.heartbeat();
111111
}

0 commit comments

Comments
 (0)