Holds a list of subscriptions on sets
Structure of sl_subscribe
integer PRIMARY KEY REFERENCES sl_set>
ID # (from sl_set) of the set being subscribed to
integer REFERENCES sl_path>
ID# (from sl_node) of the node providing data
integer PRIMARY KEY REFERENCES sl_path>
ID# (from sl_node) of the node receiving data from the provider
boolean
Does this provider keep data in sl_log_1/sl_log_2 to allow it to be a provider for other nodes?
boolean
Has this subscription been activated? This is not set on the subscriber until AFTER the subscriber has received COPY data from the provider