Get rid of deque (poor memory allocation), switch them over to lists.
authorKevin Lim <ktlim@umich.edu>
Fri, 17 Feb 2006 20:07:48 +0000 (15:07 -0500)
committerKevin Lim <ktlim@umich.edu>
Fri, 17 Feb 2006 20:07:48 +0000 (15:07 -0500)
commitdd11b2c4ffc9121faa7e6976bd211dbb595e9af0
treef3ab0bd8e0c2f1ef5be8f7c49a8fd9e9ef0a896c
parentd6a330ebb949b6cd63195d44e5a4304e2fd3378e
Get rid of deque (poor memory allocation), switch them over to lists.

Beware that using size() on a list is a O(n) operation.

dev/ns_gige.hh:
    Remove typedefs that (I assume) were copied over from etherdev.hh.  They were unused in the ns_gige code.

--HG--
extra : convert_revision : 577954ec26b899bd6329ce6a4aaa1d9b0ba4f34c
dev/ns_gige.hh