aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/node.fs
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2017-10-05 18:36:20 +1100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2017-10-24 12:19:27 +1100
commit0cbcd1512b987603ca771ed2cfef446a5fa40636 (patch)
treee3c5e8d065adf7806fdfd0292744cbdff272e447 /slof/fs/node.fs
parentb722179cf6054e22bb0939807b66872be0ddc6a5 (diff)
downloadSLOF-0cbcd1512b987603ca771ed2cfef446a5fa40636.zip
SLOF-0cbcd1512b987603ca771ed2cfef446a5fa40636.tar.gz
SLOF-0cbcd1512b987603ca771ed2cfef446a5fa40636.tar.bz2
node: Add some documentation
This adds some internal structure commented definitions so they won't break things now and grep can find them. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'slof/fs/node.fs')
-rw-r--r--slof/fs/node.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/slof/fs/node.fs b/slof/fs/node.fs
index 3b079e4..23238bb 100644
--- a/slof/fs/node.fs
+++ b/slof/fs/node.fs
@@ -23,7 +23,7 @@ STRUCT
cell FIELD node>peer
cell FIELD node>parent
cell FIELD node>child
- cell FIELD node>properties
+ cell FIELD node>properties \ points to wid (grep wid>names)
cell FIELD node>words
cell FIELD node>instance-template
cell FIELD node>instance-size