projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53e5466
)
add krb5_fulladdr
author
John Kohl
<jtkohl@mit.edu>
Mon, 4 Dec 1989 14:13:12 +0000
(14:13 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 4 Dec 1989 14:13:12 +0000
(14:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@44
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/hostaddr.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/hostaddr.h
b/src/include/krb5/hostaddr.h
index 9a1371ec26cf3bf45f777bc3748b2645dfa949ca..d6ad8903574ae228dd6a4c5038848c7b22b1845a 100644
(file)
--- a/
src/include/krb5/hostaddr.h
+++ b/
src/include/krb5/hostaddr.h
@@
-34,5
+34,13
@@
typedef struct _krb5_address {
/* macros to determine if a type is a local type */
#define ADDRTYPE_IS_LOCAL(addrtype) (addrtype & 0x8000)
+/* implementation-specific stuff: */
+typedef struct _krb5_fulladdr {
+ krb5_address address;
+ unsigned long port; /* port, for some address types.
+ large enough for most protos? */
+} krb5_fulladdr;
+
#endif /* __KRB5_HOSTADDR__ */
+