X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=util%2Frecord.py;h=dfa8d1b8f9f7ebfa9dcc1ad087d886cac1eb171e;hb=d0e4ac0e8cd6f1eaf85d7086850009133512f4ae;hp=049df25f0dc0431415476dae669ca68425b4bd0e;hpb=b0117ea586da77ed908307ed09f94fdd431288a1;p=sfa.git 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)