From: Scott Baker Date: Sat, 27 Sep 2008 06:42:03 +0000 (+0000) Subject: more documentation X-Git-Tag: sfa-0.9-0@14641~842 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d0e4ac0e8cd6f1eaf85d7086850009133512f4ae;hp=b0117ea586da77ed908307ed09f94fdd431288a1;p=sfa.git more documentation --- 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)