diff options
Diffstat (limited to 'debian/patches/0003-libports-lock-less-reference-counting-for-port_info-.patch')
-rw-r--r-- | debian/patches/0003-libports-lock-less-reference-counting-for-port_info-.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/patches/0003-libports-lock-less-reference-counting-for-port_info-.patch b/debian/patches/0003-libports-lock-less-reference-counting-for-port_info-.patch index 9c5754ed..e03a61f7 100644 --- a/debian/patches/0003-libports-lock-less-reference-counting-for-port_info-.patch +++ b/debian/patches/0003-libports-lock-less-reference-counting-for-port_info-.patch @@ -1,10 +1,9 @@ -From 2644982be8c7d742f7d5be02ab9211c72bd356d5 Mon Sep 17 00:00:00 2001 +From c860c73eb7baf5d3846da968969d3b2ef7a541ac Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 3 May 2014 01:02:35 +0200 -Subject: [PATCH 3/5] libports: lock-less reference counting for port_info +Subject: [PATCH 03/11] libports: lock-less reference counting for port_info objects -* libports/refcount.h: New file with reference counting primitives. * libports/ports.h (struct port_info): Use the new type. * libports/lookup-port.c: No need to lock _ports_lock anymore. * libports/bucket-iterate.c: Likewise. |