Changeset 11686 for trunk/libtransmission/rpcimpl.c
- Timestamp:
- Jan 15, 2011, 6:12:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/rpcimpl.c
r11636 r11686 1625 1625 ***/ 1626 1626 1627 static const char* 1628 sessionClose( tr_session * session, 1629 tr_benc * args_in UNUSED, 1630 tr_benc * args_out UNUSED, 1631 struct tr_rpc_idle_data * idle_data UNUSED ) 1632 { 1633 notify( session, TR_RPC_SESSION_CLOSE, NULL ); 1634 return NULL; 1635 } 1636 1637 /*** 1638 **** 1639 ***/ 1640 1627 1641 typedef const char* ( *handler )( tr_session*, tr_benc*, tr_benc*, struct tr_rpc_idle_data * ); 1628 1642 … … 1637 1651 { "port-test", FALSE, portTest }, 1638 1652 { "blocklist-update", FALSE, blocklistUpdate }, 1653 { "session-close", TRUE, sessionClose }, 1639 1654 { "session-get", TRUE, sessionGet }, 1640 1655 { "session-set", TRUE, sessionSet },
Note: See TracChangeset
for help on using the changeset viewer.