diff options
author | We-unite <3205135446@qq.com> | 2024-08-05 16:59:51 +0800 |
---|---|---|
committer | We-unite <3205135446@qq.com> | 2024-08-05 16:59:51 +0800 |
commit | 78de56b9f2d862bbdac8a02a72dd95500b7ef83e (patch) | |
tree | f0d6ba73fed9d41464e6feea42baac95b87a73c3 /src/organize.go | |
parent | 2c2975d032b1c26fd0094c8d3aa568251b5c9c6a (diff) | |
download | godo-starvation.tar.gz godo-starvation.zip |
Try t use coroutine, but starvationstarvation
Diffstat (limited to 'src/organize.go')
-rw-r--r-- | src/organize.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/organize.go b/src/organize.go index 8deba53..238509f 100644 --- a/src/organize.go +++ b/src/organize.go | |||
@@ -47,7 +47,6 @@ func orgnaze() { | |||
47 | break | 47 | break |
48 | } | 48 | } |
49 | rawEvent = raw.(libaudit.RawAuditMessage) | 49 | rawEvent = raw.(libaudit.RawAuditMessage) |
50 | // fmt.Printf("type=%v msg=%s\n", rawEvent.Type, rawEvent.Data) | ||
51 | 50 | ||
52 | switch rawEvent.Type { | 51 | switch rawEvent.Type { |
53 | case auparse.AUDIT_SYSCALL: | 52 | case auparse.AUDIT_SYSCALL: |