Skip to content

Commit

Permalink
firewire: cdev: unify names of struct types and of their instances
Browse files Browse the repository at this point in the history
to indicate that they are specializations of struct event or of struct
client_resource, respectively.

struct response was both an event and a client_resource; it is now split
into struct outbound_transaction_resource and ~_event in order to
document more explicitly which types of client resources exist.

struct request and struct_request_event are renamed to struct
inbound_transaction_resource and ~_event because requests and responses
occur in outbound and in inbound transactions.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Stefan Richter committed Mar 24, 2009
1 parent fb44303 commit 97c18b7
Showing 1 changed file with 169 additions and 168 deletions.
Loading

0 comments on commit 97c18b7

Please sign in to comment.