[NTOS:SE] Move SQOS capturing in its own file 3796/head
authorGeorge Bișoc <george.bisoc@reactos.org>
Sun, 4 Jul 2021 16:01:25 +0000 (18:01 +0200)
committerGeorge Bișoc <george.bisoc@reactos.org>
Mon, 5 Jul 2021 07:39:06 +0000 (09:39 +0200)
commit7fb0d13a46e6087e4b1f45d0fb4b0fbab31b32a4
treea3ebd353a6f529ad77b5a0e7794ebf429877d3e7
parentfb8edf90a002cefd0d99adb4316f12e6d6840418
[NTOS:SE] Move SQOS capturing in its own file

* Quality of service kernel stuff bears nothing with security descriptors in anyway, so just have a file specifically for it
* Annotate the function arguments parameters with SAL
* Document the functions
ntoskrnl/include/internal/se.h
ntoskrnl/ntos.cmake
ntoskrnl/se/sd.c
ntoskrnl/se/sqos.c [new file with mode: 0644]