struct push_notification_txn *ptxn;
ptxn = push_notification_transaction_create(box, NULL);
+ push_notification_transaction_init(ptxn);
push_notification_trigger_mbox_create(ptxn, box, NULL);
push_notification_transaction_commit(ptxn, NULL);
}
struct push_notification_txn *ptxn;
ptxn = push_notification_transaction_create(box, NULL);
+ push_notification_transaction_init(ptxn);
push_notification_trigger_mbox_delete(ptxn, box, NULL);
push_notification_transaction_commit(ptxn, NULL);
}
struct push_notification_txn *ptxn;
ptxn = push_notification_transaction_create(dest, NULL);
+ push_notification_transaction_init(ptxn);
push_notification_trigger_mbox_rename(ptxn, src, dest, NULL);
push_notification_transaction_commit(ptxn, NULL);
}
struct push_notification_txn *ptxn;
ptxn = push_notification_transaction_create(box, NULL);
+ push_notification_transaction_init(ptxn);
push_notification_trigger_mbox_subscribe(ptxn, box, subscribed, NULL);
push_notification_transaction_commit(ptxn, NULL);
}