Displaying 4 results from an estimated 4 matches for "area_size".
2007 Dec 31
1
b13 Compile error on Solaris 10 (Sparc)
...eue.Po"; else rm -f
".deps/queue.Tpo"; exit 1; fi
In file included from queue.c:5:
queue.h:13: error: redefinition of `struct queue'
queue.h: In function `queue_idx':
queue.h:37: error: structure has no member named `tail'
queue.h:37: error: structure has no member named `area_size'
queue.c: In function `queue_init':
queue.c:12: error: structure has no member named `arr'
queue.c:13: error: structure has no member named `area_size'
queue.c:14: error: structure has no member named `arr'
queue.c:14: error: structure has no member named `arr'
queue.c:15: e...
2019 Oct 21
0
[PATCH RFC 1/3] kcov: remote coverage support
...e passed to the newly spawned threads via
> +custom annotations. Those threads should be in turn annotated with
> +kcov_remote_start/kcov_remote_stop.
> +
> +.. code-block:: c
> +
> + struct kcov_remote_arg {
> + unsigned trace_mode;
> + unsigned area_size;
> + unsigned num_handles;
> + uint64_t common_handle;
> + uint64_t handles[0];
> + };
> +
> + #define KCOV_REMOTE_MAX_HANDLES 0x10000
This is unused. I would remove it. I assume you just copied all of the
current declaratio...
2019 Oct 23
0
[PATCH 0/3] kcov: collect coverage from usb and vhost
...diffs, context and
smart in-line colouring!
> Changes from RFC v1:
> - Remove unnecessary #ifdef's from drivers/vhost/vhost.c.
> - Reset t->kcov when area allocation fails in kcov_remote_start().
> - Use struct_size to calculate array size in kcov_ioctl().
> - Add a limit on area_size in kcov_remote_arg.
> - Added kcov_disable() helper.
> - Changed encoding of kcov remote handle ids, see the documentation.
> - Added a comment reference for kcov_sequence task_struct field.
> - Change common_handle type to u32.
> - Add checks for handle validity into kcov_ioctl_lock...
2010 Mar 13
3
Dovecot 2.0beta3: Auth changes in Mercurial
Hi Timo,
are the latest 'Auth-Changes' supposed to be complete? They break 'alias at domain.tld' logins for me.
Regards
Thomas