diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-02-09 21:59:22 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-02-09 21:59:22 +0000 |
| commit | ce067525263da9ea08a984b60ba1b1ddfe590179 (patch) | |
| tree | f8289ca12e6aa9c599e2e4fae9610a34f530f6c6 /cli/btpd_if.h | |
| parent | 19b4bf192b5cb5449957c8beece7599e2d96113b (diff) | |
| download | btpd-ce067525263da9ea08a984b60ba1b1ddfe590179.tar.gz btpd-ce067525263da9ea08a984b60ba1b1ddfe590179.zip | |
Include the info hash in the tpstat structure.
Diffstat (limited to 'cli/btpd_if.h')
| -rw-r--r-- | cli/btpd_if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/btpd_if.h b/cli/btpd_if.h index 8c35cc7..b7096aa 100644 --- a/cli/btpd_if.h +++ b/cli/btpd_if.h @@ -19,6 +19,7 @@ enum ipc_code { struct btstat { unsigned ntorrents; struct tpstat { + uint8_t *hash; char *name; enum torrent_state state; |