]> git.proxmox.com Git - mirror_corosync.git/commit
icmap: Add fast version of inc and dec operation
authorJan Friesse <jfriesse@redhat.com>
Thu, 12 Jan 2012 16:55:53 +0000 (17:55 +0100)
committerJan Friesse <jfriesse@redhat.com>
Fri, 13 Jan 2012 10:13:38 +0000 (11:13 +0100)
commita1df899d35f646ae16a3c1b7f1fc317477587e37
tree810f457c73d11c64098962f228c10181a65d2027
parent601684d2f6cda80c67dfacb3855c16215b6f0b39
icmap: Add fast version of inc and dec operation

Biggest difference between fast and standard inc/dec operation is in
fast that fast doesn't do malloc/memcpy, but also it means that tracking
events doesn't have old value set.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
exec/icmap.c
include/corosync/icmap.h