- Fixed some minor issues.

- Fixed type flaw in labellist type.
This commit is contained in:
ccremers
2004-08-30 20:08:11 +00:00
parent 20a38f79c5
commit 8f441ac913
3 changed files with 46 additions and 31 deletions

View File

@@ -11,7 +11,7 @@
struct labelinfo
{
Term label;
Term protocol;
Protocol protocol;
Term sendrole;
Term readrole;
};