New upstream version 8.1.0
This commit is contained in:
15
client_module/source/common/nodes/DevicePriorityContext.h
Normal file
15
client_module/source/common/nodes/DevicePriorityContext.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef DEVICEPRIORITYCONTEXT_H_
|
||||
#define DEVICEPRIORITYCONTEXT_H_
|
||||
|
||||
struct DevicePriorityContext
|
||||
{
|
||||
int maxConns;
|
||||
#ifdef BEEGFS_NVFS
|
||||
// index of GPU related to the first page, -1 for none
|
||||
int gpuIndex;
|
||||
#endif
|
||||
};
|
||||
|
||||
typedef struct DevicePriorityContext DevicePriorityContext;
|
||||
|
||||
#endif // DEVICEPRIORITYCONTEXT_H_
|
||||
Reference in New Issue
Block a user