summaryrefslogtreecommitdiff
path: root/source4/lib/stream/packet.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-09 13:33:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:57 -0500
commitfc5a11829d7a10f61b03e09a4880b540deb38a74 (patch)
treefdd987f012e17ca6bd025754f5ad665ffbc7babb /source4/lib/stream/packet.h
parent188a75b4a05daa0a9d0d4b601bec46bc9b91dcf1 (diff)
downloadsamba-fc5a11829d7a10f61b03e09a4880b540deb38a74.tar.gz
samba-fc5a11829d7a10f61b03e09a4880b540deb38a74.tar.bz2
samba-fc5a11829d7a10f61b03e09a4880b540deb38a74.zip
r11605: added handling of the send queue to the generic packet handling code
(This used to be commit f98d499b2ef93cf2d060acafbc424754add322a8)
Diffstat (limited to 'source4/lib/stream/packet.h')
-rw-r--r--source4/lib/stream/packet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/stream/packet.h b/source4/lib/stream/packet.h
index b6ed8d6598..196e20a378 100644
--- a/source4/lib/stream/packet.h
+++ b/source4/lib/stream/packet.h
@@ -40,6 +40,8 @@ void packet_set_socket(struct packet_context *pc, struct socket_context *sock);
void packet_set_event_context(struct packet_context *pc, struct event_context *ev);
void packet_set_serialise(struct packet_context *pc, struct fd_event *fde);
void packet_recv(struct packet_context *pc);
+NTSTATUS packet_send(struct packet_context *pc, DATA_BLOB blob);
+void packet_queue_run(struct packet_context *pc);
/*
pre-canned handlers