Skip to content

Commit

Permalink
add OrginialAU and AU
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 2, 2025
1 parent 8e81935 commit 4a5be74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions machinery/src/packets/packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ type Packet struct {
Time int64 // packet decode time
TimeLegacy time.Duration
Data []byte // packet data
AU [][]byte
OrginialAU [][]byte
}

0 comments on commit 4a5be74

Please sign in to comment.