Displaying 5 results from an estimated 5 matches for "event_base_get_method".
2015 Jun 02
2
[LLVMdev] struct type parament
...because this type is declared more than once?
I encountered this problem when used clang to compile transmission 1.42
(http://download.transmissionbt.com/files/) with configuration:
"./configure --disable-gtk". Then in ./third-party/libevent/event.o.ll,
you can see the function "event_base_get_method" is an example.
Best,
Haopeng
On 6/2/15 1:48 PM, Mehdi Amini wrote:
> Hi,
>
> I think this is when a collision is found on the name.
> I would be interesting to have the full test, it might be that the API is used in a way such that type is constantly re-created even if it alread...
2015 Jun 02
2
[LLVMdev] struct type parament
...type is declared more than once?
>>
>> I encountered this problem when used clang to compile transmission 1.42 (http://download.transmissionbt.com/files/) with configuration: "./configure --disable-gtk". Then in ./third-party/libevent/event.o.ll, you can see the function "event_base_get_method" is an example.
>>
>> Best,
>> Haopeng
>>
>> On 6/2/15 1:48 PM, Mehdi Amini wrote:
>>> Hi,
>>>
>>> I think this is when a collision is found on the name.
>>> I would be interesting to have the full test, it might be that the API...
2015 Jun 02
2
[LLVMdev] struct type parament
Hi All,
I generated the following code with "clang -flto" command.
void test(struct StruTyName *a) {
...
}
Then the type of test function is "void (%struct.StruTyName.100*)" by
calling function::getFunctionType API.
What's the meaning of number 100?
Best,
Haopeng
2025 Apr 19
1
NSD 4.12.0rc1 pre-release
...g for cc options needed to detect all undeclared functions... -fno-builtin
checking whether EV_VERSION_MAJOR is declared... no
checking for library containing event_set... -levent
checking for event_base_free... yes
checking for event_base_once... yes
checking for event_base_new... yes
checking for event_base_get_method... yes
checking for ev_loop... no
checking for ev_default_loop... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for time.h... yes
checking for arpa/inet.h... yes
checking for signal.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checkin...
2025 Apr 16
4
NSD 4.12.0rc1 pre-release
Dear all,
NSD 4.12.0rc1 pre-release is available:
https://nlnetlabs.nl/downloads/nsd/nsd-4.12.0rc1.tar.gz
sha256 b9085a3fd08b8318ac30715faf1c7698099781eb3520253774a46f74386342e9
pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.12.0rc1.tar.gz.asc
This release introduces Prometheus metrics that can be compiled with
`--enable-prometheus-metrics` and configured with `enable-metrics` (see