summaryrefslogtreecommitdiff
path: root/vere/pkg/noun/v2/jets.h
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
committerpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
commitc4b392a179048f936c062f5ffccc2bc25627e500 (patch)
tree09be0904be8ec4d7ea52992ef7580d42ed0c28c1 /vere/pkg/noun/v2/jets.h
working
Diffstat (limited to 'vere/pkg/noun/v2/jets.h')
-rw-r--r--vere/pkg/noun/v2/jets.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/vere/pkg/noun/v2/jets.h b/vere/pkg/noun/v2/jets.h
new file mode 100644
index 0000000..33ac088
--- /dev/null
+++ b/vere/pkg/noun/v2/jets.h
@@ -0,0 +1,35 @@
+/// @file
+
+#ifndef U3_JETS_V2_H
+#define U3_JETS_V2_H
+
+#include "../allocate.h"
+#include "../jets.h"
+
+
+ /** Aliases.
+ **/
+# define u3j_v2_core u3j_core
+# define u3j_v2_fink u3j_fink
+# define u3j_v2_fist u3j_fist
+# define u3j_v2_hank u3j_hank
+# define u3j_v2_free_hank u3j_free_hank
+# define u3j_v2_harm u3j_harm
+# define u3j_v2_rite u3j_rite
+# define u3j_v2_site u3j_site
+# define u3j_v2_rite_lose u3j_rite_lose
+# define u3j_v2_site_lose u3j_site_lose
+
+ /** Functions.
+ **/
+ /* u3j_v2_reclaim(): clear ad-hoc persistent caches to reclaim memory.
+ */
+ void
+ u3j_v2_reclaim(void);
+
+ /* u3j_v2_mig_rewrite_compact(): rewrite jet state for compaction.
+ */
+ void
+ u3j_v2_mig_rewrite_compact(void);
+
+#endif /* ifndef U3_JETS_V2_H */