Open
Bug 1817416
Opened 2 years ago
Updated 2 years ago
Move the handling of the gShutdown flag out of the QM instance's code to the static entry functions.
Categories
(Core :: Storage: Quota Manager, task)
Core
Storage: Quota Manager
Tracking
()
NEW
People
(Reporter: jstutte, Unassigned)
Details
(Keywords: good-first-bug)
We can move the setting of the flag in QuotaManager::Shutdown
(and also moving the diagnostic assertion for that) to the static function ShutdownInstance
.
The method which calls QuotaManager:ShutdownInstance
is RecvShutdownQuotaManager
and that one checks if gShutdown
is already set.
Reporter | ||
Updated•2 years ago
|
Keywords: good-first-bug
You need to log in
before you can comment on or make changes to this bug.
Description
•