Add FIXME about possible typo in Nexus DPQM enqueue operation rejection
authorChristian Babeux <christian.babeux@efficios.com>
Sun, 13 Oct 2013 03:35:21 +0000 (23:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 13 Dec 2013 21:45:05 +0000 (16:45 -0500)
Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/nexus/NxMessage.cpp

index b23d62295c1ecc3d04d3713c3e436363dbbe5f9c..fedacccd2056c965f0c468f451336890482905ca 100644 (file)
@@ -1423,6 +1423,8 @@ string NxDPQMInCircuitTraceMessage::asString() const
        os << "ORD REST  : " << dec << orf_ << " Order Restoration"
                << (orf_ ? " was" : " was NOT") << " specified at enqueue"
                << endl;
+       // FIXME: Does the erf field indicate enqueue operation rejection?
+       //        If so, s/orf_/erf_/ in the line below.
        os << "ENQ REJCT : " << dec << orf_ << " Enqueue operation"
                << (orf_ ? " was" : " was NOT") << " rejected" << endl;
        os << "ENQ RESP  : " << hex << "0x" << err_ << dec << " "
This page took 0.028235 seconds and 4 git commands to generate.