summaryrefslogtreecommitdiff
path: root/lib/include/radsec/radsec-impl.h
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2013-01-24 08:32:23 +0100
committerLinus Nordberg <linus@nordberg.se>2013-01-24 08:32:23 +0100
commitfc22159b81c6f9c0649e03ac5be4ccbb7f6520cc (patch)
tree570aee9c709bb493a05b490f3f8f57b85e149ed7 /lib/include/radsec/radsec-impl.h
parentd41b3758b160530490e124d84c32c1721da8d66b (diff)
Rename rs_packet_flags members.
Uppercase to make them appear as the constants they are, as opposed to variables. Remove 'flag' suffix, typically used for variables. Spell out HEADER.
Diffstat (limited to 'lib/include/radsec/radsec-impl.h')
-rw-r--r--lib/include/radsec/radsec-impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/include/radsec/radsec-impl.h b/lib/include/radsec/radsec-impl.h
index a4d97f0..6c02dcf 100644
--- a/lib/include/radsec/radsec-impl.h
+++ b/lib/include/radsec/radsec-impl.h
@@ -116,9 +116,9 @@ struct rs_connection {
};
enum rs_packet_flags {
- rs_packet_hdr_read_flag,
- rs_packet_received_flag,
- rs_packet_sent_flag,
+ RS_PACKET_HEADER_READ,
+ RS_PACKET_RECEIVED,
+ RS_PACKET_SENT,
};
struct radius_packet;