]> git.proxmox.com Git - qemu.git/commit
net: Rename send_queue to incoming_queue
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 2 Aug 2013 19:47:08 +0000 (21:47 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 6 Sep 2013 15:01:26 +0000 (17:01 +0200)
commit067404be626d03656788adb7deff8072ca84299f
tree8f2bbf5990c1340473ea94d206d29a6660332ebd
parentaa4f082f7526d39dac8e2ca64d192d858014ee10
net: Rename send_queue to incoming_queue

Each networking client has a queue for packets that could not yet be
delivered to that client. Calling this queue "send_queue" is highly
confusing as it has nothing to to with packets send from this client but
to it. Avoid this confusing by renaming it to "incoming_queue".

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/net/net.h
net/hub.c
net/net.c