Add binlog to telegram struct

This commit is contained in:
mjentsch 2014-08-22 17:14:08 +02:00
parent 7720beab6e
commit e667299d2f

View file

@ -115,6 +115,11 @@ struct telegram {
*/
struct mtproto_connection *connection;
/*
* binlog
*/
struct binlog *bl;
/*
* callbacks
*/