Skip to content
Snippets Groups Projects
Commit 1a1166c4 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Some more dmalloc debug.

Rev: src/modules/files/sendfile.c:1.47
parent 6f589f32
Branches
Tags
No related merge requests found
/* /*
* $Id: sendfile.c,v 1.46 2000/10/06 21:11:24 grubba Exp $ * $Id: sendfile.c,v 1.47 2000/10/07 13:12:12 grubba Exp $
* *
* Sends headers + from_fd[off..off+len-1] + trailers to to_fd asyncronously. * Sends headers + from_fd[off..off+len-1] + trailers to to_fd asyncronously.
* *
...@@ -202,6 +202,8 @@ static size_t writev(int fd, struct iovec *iov, int n) ...@@ -202,6 +202,8 @@ static size_t writev(int fd, struct iovec *iov, int n)
static void sf_call_callback(struct pike_sendfile *this) static void sf_call_callback(struct pike_sendfile *this)
{ {
debug_malloc_touch(this->args);
if (this->callback.type != T_INT) { if (this->callback.type != T_INT) {
int sz = this->args->size; int sz = this->args->size;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment