]> git.ipfire.org Git - thirdparty/asterisk.git/commit
stasis: Remove stringfields and lock from change message.
authorJoshua C. Colp <jcolp@digium.com>
Sun, 18 Nov 2018 23:53:14 +0000 (19:53 -0400)
committerJoshua Colp <jcolp@digium.com>
Mon, 19 Nov 2018 17:00:28 +0000 (12:00 -0500)
commitd05c219aadeeeee24ee2c62ae8ffdfb851223338
tree911ed7b8660352ba26c53ac3f2c60cc5984bd2e1
parent3506f84a37fdf23ba8b75d6c87f5e937f5f59fe9
stasis: Remove stringfields and lock from change message.

When a subscribe or unsubscribe occurs a message is published
containing this information. This change makes it so that the
message no longer uses stringfields or a lock, as both are not
really needed for the message.

Change-Id: I3f4831931d79f94fd979baf48048738df5dc1632
include/asterisk/stasis.h
main/stasis.c