Convert pmt_dict type into an immutable data structure.
authorEric Blossom <eb@comsec.com>
Tue, 9 Mar 2010 01:08:09 +0000 (17:08 -0800)
committerEric Blossom <eb@comsec.com>
Tue, 9 Mar 2010 01:08:09 +0000 (17:08 -0800)
commitcbbe4816f99ac934427823c43d2f6f3f1c5f7995
treef7f04807bb8b42b05b4e8224f3c294791833f22a
parent324971d366b9b194d9a6af4ddd581f434d02cb43
Convert pmt_dict type into an immutable data structure.

This change allows us to safely pass dicts in messages.
gruel/src/include/gruel/pmt.h
gruel/src/lib/pmt/pmt.cc
gruel/src/lib/pmt/pmt_int.h
gruel/src/lib/pmt/qa_pmt_prims.cc