X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Fselftest%2Frpc.h;h=dca68b7d9b83d935ce37735c87177650897e9200;hp=b0585c7bd3104537cc45904226cea27858bca49f;hb=e3a7c58aebafce40323db54bf6056029e5af4a70;hpb=6869932b552ac705f411de3362f01bd50c1f6f7d diff --git a/lnet/selftest/rpc.h b/lnet/selftest/rpc.h index b0585c7..dca68b7 100644 --- a/lnet/selftest/rpc.h +++ b/lnet/selftest/rpc.h @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -26,7 +24,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -65,6 +63,8 @@ typedef enum { SRPC_MSG_JOIN_REPLY = 17, } srpc_msg_type_t; +#include + /* CAVEAT EMPTOR: * All srpc_*_reqst_t's 1st field must be matchbits of reply buffer, * and 2nd field matchbits of bulk buffer if any. @@ -265,4 +265,6 @@ typedef struct { } msg_body; } WIRE_ATTR srpc_msg_t; +#include + #endif /* __SELFTEST_RPC_H__ */