diff --git a/mdl/m_protocol_queue.pas b/mdl/m_protocol_queue.pas index cf2d816..2a487a5 100644 --- a/mdl/m_protocol_queue.pas +++ b/mdl/m_protocol_queue.pas @@ -21,6 +21,7 @@ Type FilePath : String[QueueMaxPathSize]; FileName : String[QueueMaxNameSize]; FileNew : String[QueueMaxNameSize]; + Extra : String[QueueMaxPathSize]; FileSize : Int64; Status : Byte; End;