summaryrefslogtreecommitdiff
path: root/comm/OLD/dgram.h
diff options
context:
space:
mode:
authorchatty1993-11-29 12:29:08 +0000
committerchatty1993-11-29 12:29:08 +0000
commitbb628f35553d9d944e6c56e8ce58d8e6493d72ef (patch)
tree01674beb28c1a0125fb213592f974264a240bfb5 /comm/OLD/dgram.h
parentb4da0b7e0aa8614f668308733599639c7f56ca98 (diff)
downloadivy-league-bb628f35553d9d944e6c56e8ce58d8e6493d72ef.zip
ivy-league-bb628f35553d9d944e6c56e8ce58d8e6493d72ef.tar.gz
ivy-league-bb628f35553d9d944e6c56e8ce58d8e6493d72ef.tar.bz2
ivy-league-bb628f35553d9d944e6c56e8ce58d8e6493d72ef.tar.xz
New syntax for CcuIdTables
Diffstat (limited to 'comm/OLD/dgram.h')
-rw-r--r--comm/OLD/dgram.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/comm/OLD/dgram.h b/comm/OLD/dgram.h
index 143687e..43dff17 100644
--- a/comm/OLD/dgram.h
+++ b/comm/OLD/dgram.h
@@ -34,12 +34,14 @@ public:
~UchDGRAM_TIMER ();
};
+class PENDING;
+
class UchDGRAM : public UchDatagram {
protected:
- CcuIdTable pending; // pending messages
+ CcuIdTableOf <PENDING> pending; // pending messages
sword npending; // number of pending messages
short retry; // retry times
- CcuList input; // input messages
+ CcuListOf <PENDING> input; // input messages
sword ninput; // number of input messages
pUchAddress fromAddr; // address of last acknowledged message
lword outId; // id of message sent