Deleted Added
sdiff udiff text old ( 13996:8a567118e670 ) new ( 14258:c75d22c32dec )
full compact
1/*
2 * Copyright (c) 2018 Metempsy Technology Consulting
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;
9 * redistributions in binary form must reproduce the above copyright

--- 84 unchanged lines hidden (view full) ---

94
95 inline AddrRangeList
96 getAddrRanges() const override
97 {
98 return addrRanges;
99 }
100
101 void init() override;
102 void initState() override;
103
104 const Params *
105 params() const
106 {
107 return dynamic_cast<const Params *>(_params);
108 }
109
110 Tick read(PacketPtr pkt) override;

--- 43 unchanged lines hidden ---