beegfs/client_module/source/common/nodes/DevicePriorityContext.h
2025-08-10 01:34:16 +02:00

16 lines
316 B
C

#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_