X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Fselftest%2Fconsole.h;h=71efca5422afc08ff0d34a9fc9decae561e2192c;hp=0ddcc4de25cd24f3af624e39ccc6c30be8b60117;hb=35a1096a4741b24dbcd674bda5daf7b8a13cfe28;hpb=e113635b8225ad35d6104489057ca4a8891e6854 diff --git a/lnet/selftest/console.h b/lnet/selftest/console.h index 0ddcc4d..71efca5 100644 --- a/lnet/selftest/console.h +++ b/lnet/selftest/console.h @@ -163,8 +163,8 @@ typedef struct { cfs_list_t *ses_ndl_hash; /* hash table of nodes */ spinlock_t ses_rpc_lock; /* serialize */ - cfs_atomic_t ses_rpc_counter;/* # of initialized RPCs */ - cfs_list_t ses_rpc_freelist; /* idle console rpc */ + atomic_t ses_rpc_counter;/* # of initialized RPCs */ + cfs_list_t ses_rpc_freelist; /* idle console rpc */ } lstcon_session_t; /*** session descriptor */ extern lstcon_session_t console_session;