mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
rx packet dumper not in kernel
don't compile the rx packet dumper when in kernel Change-Id: I8484f3ed80d3b97d733091901f6e252a455cefa1 Reviewed-on: http://gerrit.openafs.org/889 Tested-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
b6b18f1231
commit
1ad30c2ea8
@ -8199,6 +8199,7 @@ DllMain(HINSTANCE dllInstHandle, /* instance handle for this DLL module */
|
||||
}
|
||||
#endif /* AFS_NT40_ENV */
|
||||
|
||||
#ifndef KERNEL
|
||||
int rx_DumpCalls(FILE *outputFile, char *cookie)
|
||||
{
|
||||
#ifdef RXDEBUG_PACKET
|
||||
@ -8270,4 +8271,4 @@ int rx_DumpCalls(FILE *outputFile, char *cookie)
|
||||
#endif /* RXDEBUG_PACKET */
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user