Compare commits
2 Commits
8d87cc12c4
...
9218ae6daa
Author | SHA1 | Date | |
---|---|---|---|
9218ae6daa | |||
dcecaf6c62 |
@ -117,7 +117,6 @@ const (
|
||||
PRT_ONELINE = 1
|
||||
PRT_NORESOLVE_USER = 2
|
||||
PRT_TIMESTAMP = 4
|
||||
|
||||
)
|
||||
|
||||
var (
|
||||
@ -143,7 +142,7 @@ type event struct {
|
||||
// Abstraction of a record
|
||||
type Record interface {
|
||||
GetType() uint8
|
||||
// Length()
|
||||
//Length()
|
||||
LoadFromBinary(rdr *bufio.Reader) error
|
||||
Print(*os.File, string, int)
|
||||
}
|
||||
@ -211,7 +210,7 @@ type Attribute64 struct {
|
||||
*/
|
||||
type ExecArg struct {
|
||||
Count uint32
|
||||
//Text [AUDIT_MAX_ARGS][]byte
|
||||
//Text [AUDIT_MAX_ARGS][]byte
|
||||
Text [][]byte
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user