summaryrefslogtreecommitdiff
path: root/comm/OLD/dgram.h
diff options
context:
space:
mode:
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