summaryrefslogtreecommitdiff
path: root/src/include/random.h
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2021-09-21 10:50:33 -0500
committerBrett Weiland <brett_weiland@bpcspace.com>2021-09-21 10:50:33 -0500
commitcf7cd8be60c254b44b444c97dcb238d7cf3afd4c (patch)
treee86fe62827f4dbc5f1b6b74cf7bd89c78e797711 /src/include/random.h
parent907fb823bf8329066b1bcff60ea6c4faa54a3642 (diff)
palloc smp safe (testing required, NOT pfree)
Diffstat (limited to 'src/include/random.h')
-rw-r--r--src/include/random.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/random.h b/src/include/random.h
index 6f35278..95b7147 100644
--- a/src/include/random.h
+++ b/src/include/random.h
@@ -1,5 +1,6 @@
#ifndef random_header
#define random_header
void randinit();
+void sync_malloc();
unsigned int randint();
#endif