Skip to content

Commit e52d293

Browse files
committed
fix windows build as well
1 parent 07bbd84 commit e52d293

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/shared_memory_manager.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ SharedMemoryManager::GetCUDAHandle(
6767

6868
TRITONSERVER_Error*
6969
SharedMemoryManager::GetMemoryInfo(
70-
const std::string& name, size_t offset, void** shm_mapped_addr,
71-
TRITONSERVER_MemoryType* memory_type, int64_t* device_id)
70+
const std::string& name, size_t offset, size_t byte_size,
71+
void** shm_mapped_addr, TRITONSERVER_MemoryType* memory_type,
72+
int64_t* device_id)
7273
{
7374
return TRITONSERVER_ErrorNew(
7475
TRITONSERVER_ERROR_UNSUPPORTED,

0 commit comments

Comments
 (0)