contur2
Loading...
Searching...
No Matches
contur::ResourceAllocation Struct Reference

Per-process resource vector used by Banker's safety check. More...

#include <deadlock_detector.h>

Public Attributes

ProcessId pid = INVALID_PID
 Process identifier for this allocation row.
std::vector< std::uint32_t > resources
 Resource vector indexed by resource type.

Detailed Description

Per-process resource vector used by Banker's safety check.

Definition at line 15 of file deadlock_detector.h.

Member Data Documentation

◆ pid

ProcessId contur::ResourceAllocation::pid = INVALID_PID

Process identifier for this allocation row.

Definition at line 18 of file deadlock_detector.h.

◆ resources

std::vector<std::uint32_t> contur::ResourceAllocation::resources

Resource vector indexed by resource type.

Definition at line 20 of file deadlock_detector.h.


The documentation for this struct was generated from the following file: