From 76ac94f4f243f9b82f4521c106c5ea4490739da2 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Tue, 28 Jul 2020 13:45:10 +0200 Subject: [PATCH] vfs/lwip: fix pbuf slab-block size Issue #3766 --- repos/libports/include/lwip/nic_netif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/libports/include/lwip/nic_netif.h b/repos/libports/include/lwip/nic_netif.h index 5a57af2ecc..167abecb3f 100644 --- a/repos/libports/include/lwip/nic_netif.h +++ b/repos/libports/include/lwip/nic_netif.h @@ -82,7 +82,7 @@ class Lwip::Nic_netif BUF_SIZE = 128 * PACKET_SIZE, }; - Genode::Tslab _pbuf_alloc; + Genode::Tslab _pbuf_alloc; Nic::Packet_allocator _nic_tx_alloc; Nic::Connection _nic;