-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gogensig:block implict incomplete recreate #67
- Loading branch information
1 parent
a0e793a
commit d326a0c
Showing
5 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
cmd/gogensig/convert/_testdata/receiver/conf/llcppg.symb.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#include <stddef.h> | ||
typedef unsigned int __uint32_t; | ||
typedef __uint32_t in_addr_t; | ||
struct in_addr { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
|
||
// todo(zzy): ares_addr need generate in the temp.go | ||
const void *ares_dns_pton(const char *ipaddr, struct ares_addr *addr, size_t *out_len); | ||
char *ares_dns_addr_to_ptr(const struct ares_addr *addr); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters