summaryrefslogtreecommitdiffhomepage
path: root/draft
diff options
context:
space:
mode:
Diffstat (limited to 'draft')
-rw-r--r--draft/.keep0
-rw-r--r--draft/wg02/core_process_scheduler.tex2
2 files changed, 2 insertions, 0 deletions
diff --git a/draft/.keep b/draft/.keep
deleted file mode 100644
index e69de29..0000000
--- a/draft/.keep
+++ /dev/null
diff --git a/draft/wg02/core_process_scheduler.tex b/draft/wg02/core_process_scheduler.tex
index 00adbc6..31119e8 100644
--- a/draft/wg02/core_process_scheduler.tex
+++ b/draft/wg02/core_process_scheduler.tex
@@ -77,6 +77,8 @@ class UserProcessTeam final {
{The following sample is a C++ container used to hold process data and metadata.} {This is part of the NeKernel source tree.}
\begin{verbatim}
+using ImagePtr = void*;
+
struct PROCESS_IMAGE final {
explicit PROCESS_IMAGE() = default;