fix: session list issue

This commit is contained in:
dapan1121 2024-12-30 12:11:11 +08:00
parent 4139484e93
commit b80a20a4a1
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ typedef struct SMPSessionChunk {
} SMPSessionChunk;
typedef struct SMPSession {
// SMPListNode list;
SMPListNode list;
char* sessionId;
SMPJob* pJob;