Move a type declaration to Node.hs
authorIustin Pop <iustin@google.com>
Wed, 17 Feb 2010 08:54:05 +0000 (09:54 +0100)
committerIustin Pop <iustin@google.com>
Mon, 22 Feb 2010 14:19:49 +0000 (15:19 +0100)
commit1fe81531a2fad3e2df84b8d8c4c0fe91882f9b1f
tree1ffd54a69362c876fb9870aac32265c53cfd95f0
parent23f9ab76ce2e1f62e96fb7c5bc3ce6ad82d6c458
Move a type declaration to Node.hs

We'll need AllocElement in both Cluster and IAlloc in the future, so we
move it to Node.hs which is imported by both.

Signed-off-by: Iustin Pop <iustin@google.com>
Ganeti/HTools/Cluster.hs
Ganeti/HTools/Node.hs