mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Windows: Export a few more functions to afsauthent and afsrpc
The following exports are added: libafsauthent: afsconf_SetExtendedCellInfo afsconf_PickClientSecObj afsconf_SawCell ka_PrintBytes ka_KeyIsZero libafsrpc: initialize_RXK_error_table Those functions are referenced by the bos code. Change-Id: I26898070c8e9dc7cac53f13c49dadf28d58457f4 Reviewed-on: http://gerrit.openafs.org/8154 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
parent
70c4369e89
commit
d52398940d
@ -155,3 +155,8 @@ EXPORTS
|
|||||||
afsconf_SetLocalRealm @154
|
afsconf_SetLocalRealm @154
|
||||||
afsconf_IsLocalRealmMatch @155
|
afsconf_IsLocalRealmMatch @155
|
||||||
afsconf_ParseNetFiles @156
|
afsconf_ParseNetFiles @156
|
||||||
|
afsconf_SetExtendedCellInfo @157
|
||||||
|
afsconf_PickClientSecObj @158
|
||||||
|
afsconf_SawCell @159
|
||||||
|
ka_PrintBytes @160
|
||||||
|
ka_KeyIsZero @161
|
||||||
|
@ -42,8 +42,8 @@ RXOBJS = $(OUT)\rx_event.obj $(OUT)\rx_user.obj $(OUT)\rx_pthread.obj \
|
|||||||
|
|
||||||
RXSTATBJS = $(OUT)\rxstat.obj $(OUT)\rxstat.ss.obj $(OUT)\rxstat.xdr.obj $(OUT)\rxstat.cs.obj
|
RXSTATBJS = $(OUT)\rxstat.obj $(OUT)\rxstat.ss.obj $(OUT)\rxstat.xdr.obj $(OUT)\rxstat.cs.obj
|
||||||
|
|
||||||
LIBRXKAD_OBJS = $(OUT)\rxkad_client.obj $(OUT)\rxkad_server.obj $(OUT)\rxkad_common.obj $(OUT)\ticket.obj \
|
LIBRXKAD_OBJS = $(OUT)\rxkad_client.obj $(OUT)\rxkad_server.obj $(OUT)\rxkad_common.obj $(OUT)\rxkad_errs.obj \
|
||||||
$(OUT)\ticket5.obj $(OUT)\crc.obj $(OUT)\AFS_component_version_number.obj
|
$(OUT)\ticket.obj $(OUT)\ticket5.obj $(OUT)\crc.obj $(OUT)\AFS_component_version_number.obj
|
||||||
|
|
||||||
LIBRXKAD_REGOBJS = $(OUT)\bg-fcrypt.obj
|
LIBRXKAD_REGOBJS = $(OUT)\bg-fcrypt.obj
|
||||||
|
|
||||||
|
@ -337,6 +337,7 @@ EXPORTS
|
|||||||
rx_CopyPeerRPCStats @342
|
rx_CopyPeerRPCStats @342
|
||||||
rx_ReleaseRPCStats @343
|
rx_ReleaseRPCStats @343
|
||||||
RXAFS_OpCodeIndex @344
|
RXAFS_OpCodeIndex @344
|
||||||
|
initialize_RXK_error_table @345
|
||||||
|
|
||||||
; for performance testing
|
; for performance testing
|
||||||
rx_TSFPQGlobSize @2001 DATA
|
rx_TSFPQGlobSize @2001 DATA
|
||||||
|
Loading…
Reference in New Issue
Block a user