WindhoverLabs / airliner

7 stars 3 forks source link

CF app processed First-In-Last-Out QEntry when received "Write Active Trans Command" #326

Open ynielson opened 1 year ago

ynielson commented 1 year ago

When the CF app received the command to write active transactions(CF_WR_ACTIVE_TRANS_CC), it wrote the transactions in the active queue with the "First-In-Last-Out" order in the function, "CF_WrQEntrySubset". This order is related with the transaction number assigned to each entry in the queue. And it is supposed to be processed as intended using QQQQueue.