Equalizer  1.2.1
viewPackets.h
00001 
00002 /* Copyright (c) 2005-2011, Stefan Eilemann <eile@equalizergraphics.com>
00003  *                    2011, Daniel Nachbaur <danielnachbaur@googlemail.com>
00004  *
00005  * This library is free software; you can redistribute it and/or modify it under
00006  * the terms of the GNU Lesser General Public License version 2.1 as published
00007  * by the Free Software Foundation.
00008  *  
00009  * This library is distributed in the hope that it will be useful, but WITHOUT
00010  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00011  * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
00012  * details.
00013  * 
00014  * You should have received a copy of the GNU Lesser General Public License
00015  * along with this library; if not, write to the Free Software Foundation, Inc.,
00016  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
00017  */
00018 
00019 #ifndef EQ_VIEWPACKETS_H
00020 #define EQ_VIEWPACKETS_H
00021 
00022 #include <eq/client/packets.h> // base structs
00023 
00025 namespace eq
00026 {
00027     struct ViewFreezeLoadBalancingPacket : public co::ObjectPacket
00028     {
00029         ViewFreezeLoadBalancingPacket()
00030         {
00031             command = fabric::CMD_VIEW_FREEZE_LOAD_BALANCING;
00032             size    = sizeof( ViewFreezeLoadBalancingPacket );
00033         }
00034         bool freeze;
00035     };
00036 }
00039 #endif //EQ_VIEWPACKETS_H
Generated on Fri Jun 8 2012 15:44:33 for Equalizer 1.2.1 by  doxygen 1.8.0