~ubuntu-branches/ubuntu/vivid/trousers/vivid

« back to all changes in this revision

Viewing changes to src/include/obj_hash.h

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2014-06-29 17:45:25 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140629174525-3bumeiu42woiem8l
Tags: 0.3.13-1
* Imported Upstream version 0.3.13
* Refreshed quilt patches
* Include utmp.h, should fix FTBFS on Hurd (Closes: #729179)
* Try to workaround systemd/udev names when reloading rules (Closes: #739485)
* Update symbols
* Bump Standards Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
#define HASH_LIST_DECLARE               struct obj_list hash_list
36
36
#define HASH_LIST_DECLARE_EXTERN        extern struct obj_list hash_list
37
 
#define HASH_LIST_INIT()                list_init(&hash_list)
 
37
#define HASH_LIST_INIT()                tspi_list_init(&hash_list)
38
38
#define HASH_LIST_CONNECT(a,b)          obj_connectContext_list(&hash_list, a, b)
39
39
#define HASH_LIST_CLOSE(a)              obj_list_close(&hash_list, &__tspi_hash_free, a)
40
40