Skip to content

Commit 1725223

Browse files
committed
doc: add refcounting_map_session to internal graph
1 parent 697979e commit 1725223

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/pages/internals/Internals.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ digraph k1_architecture {
3232
verdicts [label="verdicts"];
3333
exception_map_pathname [label="exception_map_pathname"];
3434
refcounting_session_subsystem [label="refcounting_session_subsystem"];
35+
refcounting_map_session [label="refcounting_map_session"]
36+
3537
trust_map_file2sha256 [label="trust_map_file2sha256"];
3638
}
3739

38-
// User Kernel
40+
// User - Kernel
3941
cli -> users_having_sid_verdict_map;
4042
cli -> registered_uids_map;
4143
cli -> exception_map_pathname;
@@ -56,6 +58,10 @@ digraph k1_architecture {
5658
verdict_session -> verdicts;
5759
refcounting_session_subsystem -> verdict_session;
5860

61+
refcounting_session_subsystem -> refcounting_map_session;
62+
refcounting_map_session -> verdicts;
63+
refcounting_map_session -> auth_checkers;
64+
5965
// Exceptions
6066
exception_map_pathname -> verdicts;
6167

0 commit comments

Comments
 (0)