diff options
| author | 2000-08-08 00:29:08 +0000 | |
|---|---|---|
| committer | 2000-08-08 00:29:08 +0000 | |
| commit | 1a91281532f25b2109b02d5560d1c4605dd20183 (patch) | |
| tree | 3b162f5bcde6178074834242c6a9f02e837aa8db /src/testlibraw.c | |
| parent | Added support for isochronous sending. (diff) | |
Added raw1394_get_irm_id().
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@35 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to '')
| -rw-r--r-- | src/testlibraw.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testlibraw.c b/src/testlibraw.c index 80dfb12..3f10b9a 100644 --- a/src/testlibraw.c +++ b/src/testlibraw.c @@ -107,9 +107,10 @@ int main(int argc, char **argv) exit(1); } - printf("using first card found: %d nodes on bus, local ID is %d\n", + printf("using first card found: %d nodes on bus, local ID is %d, IRM is %d\n", raw1394_get_nodecount(handle), - raw1394_get_local_id(handle) & 0x3f); + raw1394_get_local_id(handle) & 0x3f, + raw1394_get_irm_id(handle) & 0x3f); printf("\ndoing transactions with custom tag handler\n"); std_handler = raw1394_set_tag_handler(handle, my_tag_handler); |
