projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d861c90
)
Fix: wrong variable type for read() return value
author
David Goulet
<dgoulet@efficios.com>
Tue, 22 Jan 2013 20:19:08 +0000
(15:19 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 22 Jan 2013 20:35:51 +0000
(15:35 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/consumer.c
patch
|
blob
|
blame
|
history
diff --git
a/src/common/consumer.c
b/src/common/consumer.c
index 15fc9b09f800d6225be465b0d3c993e69a279f09..59b0a1edeb867188ccafb6253bbb086749eb775f 100644
(file)
--- a/
src/common/consumer.c
+++ b/
src/common/consumer.c
@@
-2351,7
+2351,7
@@
void *consumer_thread_data_poll(void *data)
* array update over low-priority reads.
*/
if (pollfd[nb_fd].revents & (POLLIN | POLLPRI)) {
- size_t pipe_readlen;
+ s
s
ize_t pipe_readlen;
DBG("consumer_data_pipe wake up");
/* Consume 1 byte of pipe data */
This page took
0.028892 seconds
and
4
git commands to generate.