projects
/
profile
/
ivi
/
OpenAVB.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b6488
)
mrpd: remove unused field related to txnow code
author
Andrew Elder
<aelder@audioscience.com>
Fri, 18 Jan 2013 21:54:47 +0000
(16:54 -0500)
committer
Andrew Elder
<aelder@audioscience.com>
Fri, 18 Jan 2013 21:54:47 +0000
(16:54 -0500)
daemons/mrpd/mrp.h
patch
|
blob
|
history
diff --git
a/daemons/mrpd/mrp.h
b/daemons/mrpd/mrp.h
index
ce01d02
..
19f050e
100644
(file)
--- a/
daemons/mrpd/mrp.h
+++ b/
daemons/mrpd/mrp.h
@@
-44,7
+44,7
@@
#define MRP_DEFAULT_POINT_TO_POINT_MAC 1 /* operPointToPointMAC */
#define MRP_ENCODE_YES 0 /* must send */
#define MRP_ENCODE_OPTIONAL 1 /* send if smaller */
-
+
typedef struct mrp_applicant_attribute {
int mrp_state;
int tx; /* tx=1 means transmit on next TX event */
@@
-185,7
+185,6
@@
struct mrp_database {
client_t *clients;
int registration;
int participant;
- int schedule_tx_flag;
};
int mrp_client_add(client_t ** list, struct sockaddr_in *newclient);