Changeset e28175d in mainline for kernel/generic/src/ipc/ipc.c
- 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/src/ipc/ipc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
rb401b33 re28175d 100 100 } 101 101 102 statickobject_ops_t call_kobject_ops = {102 kobject_ops_t call_kobject_ops = { 103 103 .destroy = call_destroy 104 104 }; … … 127 127 128 128 _ipc_call_init(call); 129 kobject_initialize(kobj, KOBJECT_TYPE_CALL, call , &call_kobject_ops);129 kobject_initialize(kobj, KOBJECT_TYPE_CALL, call); 130 130 call->kobject = kobj; 131 131
Note:
See TracChangeset
for help on using the changeset viewer.
