added cliet_id
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 7 Sep 2012 15:42:58 +0000 (11:42 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 7 Sep 2012 15:42:58 +0000 (11:42 -0400)
sfa/rspecs/elements/node.py

index 7358ee0..7c467f4 100644 (file)
@@ -3,6 +3,7 @@ from sfa.rspecs.elements.element import Element
 class Node(Element):
     
     fields = [
+        'client_id',
         'component_id',
         'component_name',
         'component_manager_id',