summaryrefslogtreecommitdiff
path: root/staging/cdp.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-12-14 17:26:49 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-12-14 17:26:49 +0100
commitaec98a903f19ae408fe699ff0963b90990c46d83 (patch)
tree81e29db8121d293e50b8f91c214ed29160aadc8a /staging/cdp.c
parentee487be879431b5babea11218bf42b2d6d20809f (diff)
astraceroute: Use proper type for ctx.sd_len
The sd_len member of struct ctx stores a copy of struct addrinfo member ai_addrlen which is of type socklen_t. Also it is used in a sendto() call which also expects a socklen_t. Adjust sd_len to be socklen_t too. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'staging/cdp.c')
0 files changed, 0 insertions, 0 deletions
correctly resolved. * tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux: (57 commits) caif_virtio: Remove bouncing email addresses lguest: improve code readability in lg_cpu_start. virtio-net: fill only rx queues which are being used lguest: map Switcher below fixmap. lguest: cache last cpu we ran on. lguest: map Switcher text whenever we allocate a new pagetable. lguest: don't share Switcher PTE pages between guests. lguest: expost switcher_pages array (as lg_switcher_pages). lguest: extract shadow PTE walking / allocating. lguest: make check_gpte et. al return bool. lguest: assume Switcher text is a single page. lguest: rename switcher_page to switcher_pages. lguest: remove RESERVE_MEM constant. lguest: check vaddr not pgd for Switcher protection. lguest: prepare to make SWITCHER_ADDR a variable. virtio: console: replace EMFILE with EBUSY for already-open port virtio-scsi: reset virtqueue affinity when doing cpu hotplug virtio-scsi: introduce multiqueue support virtio-scsi: push vq lock/unlock into virtscsi_vq_done virtio-scsi: pass struct virtio_scsi to virtqueue completion function ...
Diffstat (limited to 'include/linux/virtio.h')