Chaned PopfromQueue functions

This commit is contained in:
Granyaa
2026-01-14 12:57:37 +02:00
parent 6a0f2d76ad
commit 4999d05903
2 changed files with 7 additions and 4 deletions

View File

@@ -295,7 +295,7 @@ freeCompressedBody(
///
/// @return Returns true if the queue is empty, false otherwise.
///
bool isQueueEmpty(NanoAttachment *attachment);
bool isNanoQueueEmpty(NanoAttachment *attachment);
///
/// @brief Pops a session ID from the queue and updates the table.
@@ -304,7 +304,7 @@ bool isQueueEmpty(NanoAttachment *attachment);
///
/// @return The session ID that was popped from the queue.
///
SessionID PopFromQueue(NanoAttachment *attachment);
SessionID PopFromNanoQueue(NanoAttachment *attachment);
///
/// @brief Retrieves a verdict response for a given session ID from the table.