X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fdev%2Fnet%2Fdist_iface.hh;h=04843aa118c51df8c45ebd7cd47a86d12974be21;hb=392c1ce;hp=e568549c1d8e283720c0d2128fc2ab060fad73fd;hpb=468b343837b3d9e1d638a09d80125371c0836013;p=gem5.git diff --git a/src/dev/net/dist_iface.hh b/src/dev/net/dist_iface.hh index e568549c1..04843aa11 100644 --- a/src/dev/net/dist_iface.hh +++ b/src/dev/net/dist_iface.hh @@ -491,7 +491,7 @@ class DistIface : public Drainable, public Serializable */ unsigned distIfaceId; - bool isMaster; + bool isPrimary; private: /** @@ -507,10 +507,10 @@ class DistIface : public Drainable, public Serializable */ static SyncEvent *syncEvent; /** - * The very first DistIface object created becomes the master. We need - * a master to co-ordinate the global synchronisation. + * The very first DistIface object created becomes the primary interface. + * We need a primary interface to co-ordinate the global synchronisation. */ - static DistIface *master; + static DistIface *primary; /** * System pointer used to wakeup sleeping threads when stopping sync. */ @@ -635,7 +635,7 @@ class DistIface : public Drainable, public Serializable */ static uint64_t sizeParam(); /** - * Trigger the master to start/stop synchronization. + * Trigger the primary to start/stop synchronization. */ static void toggleSync(ThreadContext *tc); };