diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-10 10:11:13 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-10 10:11:13 +0200 |
commit | ea0a28cc2bf2019b6132c37a09a24670c4a8a07a (patch) | |
tree | d1731e2cb08fd063dc12e24a4c6c060aaee746bf /debian/patches/0003-libports-lock-less-reference-counting-for-port_info-.patch | |
parent | a1ea1abff7631c15a585ba4258664ea967ecbc40 (diff) |
refresh all the other patches in the series
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. |