Changeset e28175d in mainline for kernel/generic/include/cap/cap.h
- Timestamp:
- 2020-03-15T10:44:02Z (6 years ago)
- Parents:
- b401b33 (diff), 44dde42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- heiducteam <tristanided@…> (2020-03-15 10:44:02)
- git-committer:
- GitHub <noreply@…> (2020-03-15 10:44:02)
- File:
-
- 1 edited
-
kernel/generic/include/cap/cap.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cap/cap.h
rb401b33 re28175d 70 70 } kobject_ops_t; 71 71 72 extern kobject_ops_t *kobject_ops[]; 73 74 #define KOBJECT_OP(k) kobject_ops[(k)->type] 75 72 76 /* 73 77 * Everything in kobject_t except for the atomic reference count, the capability … … 82 86 /** List of published capabilities associated with the kobject */ 83 87 list_t caps_list; 84 85 kobject_ops_t *ops;86 88 87 89 union { … … 139 141 extern kobject_t *kobject_alloc(unsigned int); 140 142 extern void kobject_free(kobject_t *); 141 extern void kobject_initialize(kobject_t *, kobject_type_t, void *, 142 kobject_ops_t *); 143 extern void kobject_initialize(kobject_t *, kobject_type_t, void *); 143 144 extern kobject_t *kobject_get(struct task *, cap_handle_t, kobject_type_t); 144 145 extern void kobject_add_ref(kobject_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
