Skip to content

Commit ed096af

Browse files
rathavalstsoe
authored andcommitted
xrt-next.h: Fix typo in function declaration of xclGetNumLiveProcesses() (#2537)
In XRT/master commit e04c194 fixes this issue through PR #2294. This needs to make its way to XRT/2019.2 to allow C applications that using a configure or Cmake. Typically, the build system compiles a test compile when a pkg-config dependancy is added, which fails for the FFmpeg being used for the U30. Fixes: fcadc99 Fix xclLogMsg va_list processing -- cannot call va_start() twice on the same va_list Signed-off-by: Rohit Athavale <rohit.athavale@xilinx.com>
1 parent a83084f commit ed096af

File tree

1 file changed

+1
-1
lines changed
  • src/runtime_src/core/include/experimental

1 file changed

+1
-1
lines changed

src/runtime_src/core/include/experimental/xrt-next.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ XCL_DRIVER_DLLESPEC int xclP2pEnable(xclDeviceHandle handle, bool enable, bool f
4343
* This uses kdsstat information in sysfs.
4444
*/
4545

46-
XCL_DRIVER_DLLESPEC uint xclGetNumLiveProcesses(xclDeviceHandle handle);
46+
XCL_DRIVER_DLLESPEC uint32_t xclGetNumLiveProcesses(xclDeviceHandle handle);
4747

4848
/**
4949
* xclGetSysfsPath() - Helper function to build a sysfs node full path

0 commit comments

Comments
 (0)