From d0e4ac0e8cd6f1eaf85d7086850009133512f4ae Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Sat, 27 Sep 2008 06:42:03 +0000 Subject: [PATCH] more documentation --- util/record.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/util/record.py b/util/record.py index 049df25f..dfa8d1b8 100644 --- a/util/record.py +++ b/util/record.py @@ -1,13 +1,14 @@ -# record.py -# -# implements support for geni records +## +# Implements support for geni records # # TODO: Use existing PLC database methods? or keep this separate? +## import report from gid import * -# Record is a tuple (Name, GID, Type, Info) +## +# GeniRecord is a tuple (Name, GID, Type, Info) # info is comprised of the following sub-fields # pointer = a pointer to the record in the PL database # pl_info = planetlab-specific info (when talking to client) -- 2.43.0